-
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
Scope out Oauth worked needed on backend #2726
Comments
github-project-automation
bot
moved this to Icebox
in Simpler.Grants.gov Product Backlog
Nov 5, 2024
Rough backend ticketsCreate DB tablesCreate a stub endpoint for /users/tokenShould return:
Implement integration with Oauth's jwk endpoint to fetch public token for validation:https://pyjwt.readthedocs.io/en/stable/usage.html#oidc-login-flow Setup logic to create our own JWTConnect everything together in /users/tokenSetup JWT parsing for our own JWTSetup a GET /user endpoint that uses this authTakes in JWT we created, connects it to a user |
chouinar
moved this from In Progress
to In Review
in Simpler.Grants.gov Product Backlog
Nov 12, 2024
Went over this in refinement, I think our rough plan is scoped out and agreed upon |
github-project-automation
bot
moved this from In Review
to Done
in Simpler.Grants.gov Product Backlog
Nov 12, 2024
This was referenced Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Rough work needed:
Acceptance criteria
The text was updated successfully, but these errors were encountered: