-
Notifications
You must be signed in to change notification settings - Fork 389
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
[SDK-4719] Back-Channel Logout #1590
Conversation
You must have Developer access to commit code to Auth0 on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/concepts/teams/roles-and-permissions#enterprise-team-account-roles |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1590 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 62 65 +3
Lines 6317 6658 +341
Branches 500 547 +47
==========================================
+ Hits 6317 6658 +341 ☔ View full report in Codecov by Sentry. |
📋 Changes
Adding Back-Channel Logout - based on auth0/express-openid-connect#484
📎 References
https://openid.net/specs/openid-connect-backchannel-1_0.html#Backchannel
https://auth0.com/docs/authenticate/login/logout/back-channel-logout
🎯 Testing