-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix uri comparing #974
Fix uri comparing #974
Conversation
@maclover7 I think it is ready to be merged. |
Hi @dmitrytrager! Can you squash your commits? Other than that, looks ready to go 👍 |
ba186bc
to
b34116e
Compare
@maclover7 Tried to squach commit. Please, check. |
@dmitrytrager Looks like the squash worked, but your commit message got cleared somehow. Maybe try using |
Hey @maclover7 This is commit I'm able to see: If you think this is not appropriate message, please, add whatever you want to this message) |
@dmitrytrager Can you please rename the commit and its body to be more descriptive? Having |
okay |
b34116e
to
0103e2f
Compare
Compare redirect_uri and grant uri without query when doing checks from authorization code request Fix xss by escaping tags: content_tag body is correctly escaped when rendered even if called is wrapped by raw Fix CI review
0103e2f
to
df6ddc9
Compare
@maclover7 is it ok now? |
We're getting 401's when using Doorkeeper with the omniauth gem to login which appends query params. @maclover7 any chance to get this in? Thanks |
Thanks @dmitrytrager! |
when doing checks from authorization code request
Related to: #949