nhosoya / omniauth-apple

OmniAuth strategy for Sign In with Apple
MIT License
260 stars 99 forks source link

RM verify_nonce #77

Closed hoffdog closed 2 years ago

hoffdog commented 2 years ago

Seems to be causing an issue where you can authenticate, but generates a Nonce Mismatch error. Open to suggenstions.

Meat-Chopper commented 2 years ago

This solves only one of the consequences of the problem(in an unsafe way). The problem is that you lose your cookies after logging into the single sign-on system. If you had some valuable information in the session or other cookies, you will still lose it.