sign_in_with_apple_server 0.1.0
sign_in_with_apple_server: ^0.1.0 copied to clipboard
Server-side utilities for Sign in with Apple.
Utilites to build a backend supporting Sign in with Apple in Dart.
Supports:
- Validating identity tokens (to get a trusted user ID and, optionally, email address)
- Converting the authorization code into a refresh token (to continually check on the account's status)
- Revoking the user's authorization (if desired)