-
Notifications
You must be signed in to change notification settings - Fork 16
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
Task: Add login callback server action that receives simpler jwt and sets cookie for the frontend #2654
Comments
Doing research on this. Start off creating an oath0 account per the nextjs-auth0 docs. I've downloaded the sample app that is similar to this one and am walking through it: https://github.com/farayez/nextjs-base/tree/main |
I've installed the nextjs-auth0 example and am reading through docs. I started https://docs.google.com/document/d/1oFKPbGjYK6Ku4b_0EjXygtVP-RMlHls5PnB71SSCdTg/edit?tab=t.0 to doc the workflow |
Investigating https://next-auth.js.org to help handle validation and session management. |
I've pushed a branch with a user provider scaffold: https://github.com/HHS/simpler-grants-gov/tree/acouch/issue-2654-login-callback Will work on flushing out the handshake. |
I started a PR, and handed this off to @doug-s-nava |
Summary
Add login callback server action that receives simpler jwt and sets cookie for the frontend.
Acceptance criteria
The text was updated successfully, but these errors were encountered: