This website requires JavaScript.
Explore
Help
Sign In
Thream
/
api
Archived
Watch
2
Star
1
Fork
0
You've already forked api
Code
Issues
Pull Requests
Releases
Activity
This repository has been archived on
2024-10-29
. You can view files and clone it, but cannot push or open issues or pull requests.
develop
api
/
.commitlintrc.json
4 lines
53 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
feat: make JWT refreshTokens more secure Don't store the token itself in the database, store a UUID, and when refreshing the accessToken, verify the token and verify that in the payload there is a corresponding UUID stored in the database
2022-08-29 19:26:43 +02:00
{
fix: update dependencies to latest
2023-05-13 20:09:02 +02:00
"extends"
:
[
"@commitlint/config-conventional"
]
feat: make JWT refreshTokens more secure Don't store the token itself in the database, store a UUID, and when refreshing the accessToken, verify the token and verify that in the payload there is a corresponding UUID stored in the database
2022-08-29 19:26:43 +02:00
}
Reference in New Issue
Copy Permalink