sign_in_with_apple_server 1.0.0

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

Server-side utilities for implementing Sign in with Apple in a server written in Dart, complementing the client-side sign_in_with_apple package.

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

To implement the client-side in Flutter, sign_in_with_apple is recommended.