-
Notifications
You must be signed in to change notification settings - Fork 116
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
Bump doorkeeper 5.5 and define body method for authorization response to support response_mode=form_post #138
Bump doorkeeper 5.5 and define body method for authorization response to support response_mode=form_post #138
Conversation
58aecb9
to
42de5bf
Compare
42de5bf
to
4e67aff
Compare
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.
Overall this LGTM, thanks for the contribution! ❤️
I've left some minor comments, please take another look.
f4cf8ce
to
5b5b469
Compare
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.
Good work 🤝
c31b6a6
to
d07ba31
Compare
After fixing the comments of @toupeira, I have checked if there are things we have to replace or fix when moving to Doorkeeper v5.5. Finally I find out some of them, added two more commits, and it seem to be ok for now. 1. 0b681cb
2. d07ba31
Please leave questions if there are somethings unclear. Thanks! |
@linhdangduy sorry for the delay, this fell off my radar again 🙈 This all LGTM now, thanks a lot for your work on this, and also the cleanups! ❤️ I'll merge this and will prepare a new release shortly, I'll bump the version to 1.8.0 due to the Doorkeeper 5.5 requirement. 👍 |
Description
Resolves #92
Because doorkeeper already supported response_mode parameter on master branch, so I create this pull to support this response_mode=form_post on doorkeeper-openid_connect.
What did I do
body
method to return the result when in response_mode=form_postid_token
andid_token token
response_type.Caution⚠️ Doorkeeper will released the response_mode=form_post from v5.5.0, these PR should be merged and released at that time.Update
Doorkeeper released v5.5.0! So this pull is ready to be merged 🎉