-
Notifications
You must be signed in to change notification settings - Fork 396
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
Add Pushed Authorization Requests #1598
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
ESLint and Prettier are conflicting here when the line includes a long string, Prettier will still enfore the max line length but not throw issues for cases that can't really be multi-lined
3a5c2c4
to
334a1ed
Compare
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 #1598 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 65 65
Lines 6658 6701 +43
Branches 547 558 +11
=========================================
+ Hits 6658 6701 +43 ☔ View full report in Codecov by Sentry. |
📋 Changes
Adds support for using PAR when logging in, it can be enabled using the
pushedAuthorizationRequests
config setting or theAUTH0_PUSHED_AUTHORIZATION_REQUESTS
environment variable.📎 References
Spec: https://www.rfc-editor.org/rfc/rfc9126
🎯 Testing
Tested using the example app with pages/app and nodejs/edge runtime