Skip to content
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

Backend - User session implementation #367

Closed
Tracked by #327
bgmrsln opened this issue Oct 22, 2023 · 4 comments
Closed
Tracked by #327

Backend - User session implementation #367

bgmrsln opened this issue Oct 22, 2023 · 4 comments
Assignees
Labels
effort: level 5 How much effort is needed for this task

Comments

@bgmrsln
Copy link
Contributor

bgmrsln commented Oct 22, 2023

Session should be added as JWT.

@bgmrsln
Copy link
Contributor Author

bgmrsln commented Oct 23, 2023

@bgmrsln
Copy link
Contributor Author

bgmrsln commented Oct 23, 2023

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

@bgmrsln bgmrsln added the effort: level 5 How much effort is needed for this task label Oct 23, 2023
@bgmrsln
Copy link
Contributor Author

bgmrsln commented Oct 23, 2023

Commit id for session refresh token: 24b677f

@bgmrsln
Copy link
Contributor Author

bgmrsln commented Oct 24, 2023

User session is implemented using Depends(), Oath2 berar JWT tokens.

@bgmrsln bgmrsln closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: level 5 How much effort is needed for this task
Projects
None yet
Development

No branches or pull requests

1 participant