|
|
|
|
|
by VWWHFSfQ
377 days ago
|
|
The major benefit of this approach is that you can avoid a database lookup when you have a valid JWT available. Only in cases where it's missing or expired would you need to hit the database for a refresh token. This might not matter for trivial apps, but for very high-concurrency web apps this will matter a lot. |
|