-
Notifications
You must be signed in to change notification settings - Fork 61
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-4738] Add support for performing Pushed Authorization Requests #327
Conversation
c6fb721
to
93053ce
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #327 +/- ##
==========================================
- Coverage 95.10% 95.09% -0.01%
==========================================
Files 46 46
Lines 8939 8984 +45
==========================================
+ Hits 8501 8543 +42
- Misses 334 336 +2
- Partials 104 105 +1 ☔ View full report in Codecov by Sentry. |
ResponseType: "code", | ||
RedirectURI: "http://localhost:3000/callback", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way we can mark these as required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add something to the function body to check for the required fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 65a3389
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
🔧 Changes
Add support for performing Pushed Authorization Requests using the authentication client provided
📚 References
🔬 Testing
Covered by unit tests and tested manually
📝 Checklist