Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pass nonce and state in signin options #42

Open
inouiw opened this issue Jan 18, 2023 · 0 comments
Open

Cannot pass nonce and state in signin options #42

inouiw opened this issue Jan 18, 2023 · 0 comments

Comments

@inouiw
Copy link

inouiw commented Jan 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant