Closed adiatma85 closed 2 months ago
For now, I only created logic for "add new JWT token" and make it expired as in .env stated (I created environment variable for jwt expires time)
.env
But I kinda forgot to add refresh token to make an extended time for client to refresh their access token
refresh token
For reference, you can see here
Closed on #19
For now, I only created logic for "add new JWT token" and make it expired as in
.env
stated (I created environment variable for jwt expires time)But I kinda forgot to add
refresh token
to make an extended time for client to refresh their access tokenFor reference, you can see here