-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: Preserve return_to param between flows #2644
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: Preserve return_to param between flows #2644
Conversation
e3e953c
to
e7051e8
Compare
Hi @aeneasr |
f7141d1
to
82a3bb0
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.
Thank you, great job! Can you please provide a failing test case for the bug you observed to prove that this change is effective?
b5ea435
to
a8b46af
Compare
Codecov Report
@@ Coverage Diff @@
## master #2644 +/- ##
==========================================
- Coverage 75.26% 75.12% -0.14%
==========================================
Files 294 293 -1
Lines 17159 16899 -260
==========================================
- Hits 12914 12696 -218
+ Misses 3266 3227 -39
+ Partials 979 976 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Awesome, thank you! 🎉 Your contribution makes Ory better :) |
Hello @mmeller-wikia |
Submitted on behalf of a third-party: fandom.com
This changes fixes redirects for OIDC register/login flows.
Steps to reproduce:
Registration
Login
Related issue(s)
Checklist
If this pull request addresses a security. vulnerability,
I confirm that I got green light (please contact [email protected]) from the maintainers to push the changes.
Further Comments