issues
search
CanKattwinkel
/
starter
Simple starter with Angular Client, NestJS API and Postgres + TypeORM DB. Implements things from i18n to XSRF and JWT.
5
stars
1
forks
source link
Implement Access and Refresh Tokens
#7
Open
CanKattwinkel
opened
6 years ago
CanKattwinkel
commented
6 years ago
Fixed when
[ ] the user is granted a access and refresh token on login
[ ] access token is valid for a short time that can be specified in the config.json file
[ ] refresh token is used for renewal (in background)
Fixed when