hypergonial / hypergonial/chat-backend
Get rid of JWT
Open
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.