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

Allow Redirects On Login #227

Merged
merged 1 commit into from
Jun 19, 2020
Merged

Allow Redirects On Login #227

merged 1 commit into from
Jun 19, 2020

Conversation

dhakim87
Copy link
Collaborator

Added parameter to /authrocket_callback allowing redirect after login. This enables generation of links that send users/admins to specific pages via email or external tools. Added redirects.py utility for generating such links. This script can be used standalone to generate a link of your choice (note that its output is only useful for the server where you run it, dev/staging/production). Only GETs can use this set of operations

We will need to remember that any links we send out to end users form a loose contract with that user that we will not change our urls (or we will invalidate those links). Depending on our requirements, we can layer complexity onto this mechanism to allow signing of links with specific tokens, link expiration, etc.

…. This enables generation of links that send users/admins to specific pages via email or external tools. Added redirects.py utility for generating such links. This file can be used standalone to generate a link of your choice. Only GETs can use this set of operations
@wasade wasade merged commit c34c973 into master Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants