1771 - Set id_token_hint when logging out#1780
1771 - Set id_token_hint when logging out#1780simon-debruijn wants to merge 5 commits intoauth0:v3from
Conversation
|
Can someone review this please? |
|
Hey, apologies for not getting back to you here, unsure why this was not replied to. Few months have passed, forgive me for asking, is this still something you need in v3, knowing we have added support for this in v4? If yes, I can help getting this PR in. |
Unfortunately the project where we need it still uses version 2.4. We're in the process of also upgrading react and nextjs versions. So at that point we can probably upgrade to v4 of nextjs-auth0. cc @brampauwelyn What do you think? |
|
We need commits to be signed in order to merge contributor PRs. I've created a duplicate PR #2151 that contains all the commits from this PR, co-authored by me so that this change can be merged into v3 and a release be made. |
📋 Changes
npm run pretty📎 References
🎯 Testing
When triggering the logout handler you can verify if the
id_token_hintsearch param is set during the redirect.Before this change the
id_token_hintwas missing. it should be present now.