Skip to content
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(auth): add callbackUrl parameter for redirect after sign-in #3290

Merged

Conversation

skynetigor
Copy link
Contributor

@skynetigor skynetigor commented Feb 3, 2025

Closes #3289

πŸ“‘ Description

Use callbackUrl query param to navigate the user to requested URL after sign-in

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
keep βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Feb 3, 2025 9:24am

@skynetigor skynetigor marked this pull request as ready for review February 3, 2025 08:54
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Feb 3, 2025
VladimirFilonov
VladimirFilonov previously approved these changes Feb 3, 2025
Copy link
Contributor

@VladimirFilonov VladimirFilonov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skynetigor skynetigor merged commit 2ffb639 into main Feb 3, 2025
11 checks passed
@skynetigor skynetigor deleted the fix_not_working_redirection_to_redirectTo_after_sign_in branch February 3, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[πŸ› Bug]: Redirection to requested page does not work after sign-in locally (NO_AUTH)
2 participants