You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signin method is defined as signin(options?: ASAuthorizationAppleIDRequest): Promise<AppleSignInResponse>;
The documentation of ASAuthorizationAppleIDRequest states that a nonce and a state string property can be passed. However the code at SignInWithApple.m does not seem to pass the two properties to the native method.
It would be nice if nonce and state could be passed. Especially supporting nonce would be great since that is included in the JWT.
The text was updated successfully, but these errors were encountered:
The
signin
method is defined assignin(options?: ASAuthorizationAppleIDRequest): Promise<AppleSignInResponse>;
The documentation of ASAuthorizationAppleIDRequest states that a
nonce
and astate
string property can be passed. However the code at SignInWithApple.m does not seem to pass the two properties to the native method.It would be nice if
nonce
andstate
could be passed. Especially supportingnonce
would be great since that is included in the JWT.The text was updated successfully, but these errors were encountered: