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

To-Do: Improve app authentication/authorization #10

Open
GiovanniSmokes opened this issue Aug 22, 2023 · 3 comments
Open

To-Do: Improve app authentication/authorization #10

GiovanniSmokes opened this issue Aug 22, 2023 · 3 comments

Comments

@GiovanniSmokes
Copy link
Contributor

No description provided.

@vporton
Copy link
Contributor

vporton commented Oct 10, 2023

depends on #6

@vporton
Copy link
Contributor

vporton commented Oct 24, 2023

@GiovanniSmokes @apssouza22 To make login cookies securely expire, we need to store access tokens on the server. Will we rewrite the server to do this thing? (I am for this, but maybe we should do it past a public release.)

@apssouza22
Copy link
Owner

Jwt token contain the expiration in itself. You can place the token in in jwt.io

No cookies involved. This is not session based. This is REST API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants