nextjs-auth0
nextjs-auth0 copied to clipboard
set id_token_hint in search params when logging out if available
- [x] All new/changed/fixed functionality is covered by tests (or N/A)
- [x] I have added documentation for all new/changed functionality (or N/A)
📋 Changes
- setting id_token_hint if available when logging out.
📎 References
https://github.com/auth0/nextjs-auth0/issues/1771 https://auth0.com/docs/authenticate/login/logout/log-users-out-of-auth0#call-the-oidc-logout-endpoint
🎯 Testing
I need this fix too.
After debugging locally I also noticed the id_token_hint doesn't get added to the endSessionUrl
What is needed to fix/merge this PR?
I created a new PR with the same fix and additional tests: https://github.com/auth0/nextjs-auth0/pull/1780
#2151 fixes this, closing this.