7e305429b4
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
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"body-max-length": [0, "always"],
|
|
"body-max-line-length": [0, "always"]
|
|
}
|
|
}
|