sign_in_with_apple_server 1.0.0
sign_in_with_apple_server: ^1.0.0 copied to clipboard
Server-side utilities for implementing Sign in with Apple in a server written in Dart, complementing the client-side sign_in_with_apple package.
1.0.0 #
- Updated documentation.
- Take private key as
String
in order to not expose dependency types on the API.
0.3.0 #
- Support
useBundleIdentifier
in all APIs, to fully support tokens generated on Android and web.
0.2.0 #
- Support decoding server-to-server notifications from Apple.
- Add unit tests.
0.1.0 #
- Initial version, supporting sign-ins initiated on native Apple platforms.