apple_sign_in_plugin_platform_interface 0.0.1-dev.0
apple_sign_in_plugin_platform_interface: ^0.0.1-dev.0 copied to clipboard
A common platform interface for the apple_sign_in_plugin package.
0.0.1 #
- Initial release. Extracted from
apple_sign_in_pluginas part of federating the package into app-facing, platform-interface, and platform-implementation packages. JwtDecodermoved here from the app-facing package.AppleAuthSession.fromCredentialnow falls back to decoding theemailclaim fromidentityTokenwhen the native credential response didn't include an email directly, soAppleAuthIdentity.emailmatches its documented behavior. This decode is local and unverified — it is not a substitute for backend identity-token verification. There is no equivalent fallback forname: Apple never embeds it in the identity token, so it remains available only via the native response on first authorization.