-
Notifications
You must be signed in to change notification settings - Fork 4
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
LGA-3319 Add receive user answer route #1279
base: master
Are you sure you want to change the base?
LGA-3319 Add receive user answer route #1279
Conversation
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.
LGTM
34a6a23
@said-moj @TawneeOwl Please can you re-review. |
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.
LGTM
Quality Gate passedIssues Measures |
What does this pull request do?
Adds the receive answer route
This accepts a signed JWT payload containing:
This route takes this payload, modifies the user's session if required, and redirects the the user to the appropriate next page.
Any other changes that would benefit highlighting?
Intentionally left blank.
Checklist