-
Notifications
You must be signed in to change notification settings - Fork 69
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
Redirect to original page after login #101
Comments
/bounty $25 |
💎 $25 bounty • AlgoraSteps to solve:
❗ Important guidelines:
Thank you for contributing to algora-io/tv! Add a bounty • Share on socials
|
/attempt #101
|
/attempt #101
|
Signed-off-by: bryans-go <[email protected]>
💡 @bryans-go submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Signed-off-by: bryans-go <[email protected]>
Signed-off-by: bryans-go <[email protected]>
/attempt #101 |
so that's a redirect callback URL error, I see a few commits already, but if the issue is still unresolved, I can work on it. |
Is this issue still relevant? |
/attempt #101 Options |
💡 @melmathari submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Currently, when a user logs in they are redirected to
get_session(conn, :user_return_to)
, but in some flows theuser_return_to
value is never setExample:
/ads
(logged out)/
instead of/ads
Let's make sure every flow that takes the user to the login page also sets the
user_return_to
session valueThe text was updated successfully, but these errors were encountered: