Make deep-linking prompt for auth then display requested page #19
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
infrastructure
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/jobs-jobs-jobs#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the login process is hard-coded to send the user to the Dashboard page. To allow job posting links to be shared on NAS, and interested parties be able to see it, modify this process to support the auth-then-display flow, rather than always going to the dashboard.
The environment change from #21 made this work. If the application doesn't sense that a user is logged on, but they need to be for this process, it will bounce them to NAS for a new token, then come back, log them in, and display the originally requested page.