-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adopt Pushed Authorization Requests #40
Comments
Removing this from the GitHub milestone for now while we focus on the current open issues we discussed at the popup. |
Leaving this issue open for future discussions.
|
I have partially implemented this as part of my new IndieAuth server (Originally published at: https://www.jvt.me/mf2/2020/12/mlcei/) |
This is now an official spec, RFC9126 |
Planning on adding this to sele.jalcine.dev in its major release. It'll make CLI apps and mobile apps quite easier to craft. (Originally published at: https://jacky.wtf/2023/11/iQTR) |
Pushed Authorization Requests is still an early OAuth 2.0 draft, but is a good candidate for IndieAuth as well as it provides better overall security.
Instead of first building a URL with the authorization request and redirecting the user's browser to that URL, the first step is to send a POST with the request details to the authorization endpoint, and then redirecting the user's browser to the authorization endpoint with an opaque string returned from the previous step.
The text was updated successfully, but these errors were encountered: