hypergonial / hypergonial/chat-backend

Get rid of JWT

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

JWT tokens are designed to be stateless, therefore they cannot easily be revoked. Using a token already results in DB queries, so JWT's advantages are diminished. A conventional stateful token is probably better here, and cuts down on dependencies.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.