We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Session should be added as JWT.
The text was updated successfully, but these errors were encountered:
Used following links for implementation: https://medium.com/@pradoshkumar.jena/session-based-authentication-with-fastapi-a-step-by-step-guide-ca19e98ce0f9 https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/
Sorry, something went wrong.
First version of session implementation is ready under https://github.com/bounswe/bounswe2023group2/tree/BE/feature/authentication . A session expiration update mechanism should be implemented. Commit: dd8d59d
Commit id for session refresh token: 24b677f
User session is implemented using Depends(), Oath2 berar JWT tokens.
bgmrsln
No branches or pull requests
Session should be added as JWT.
The text was updated successfully, but these errors were encountered: