ownHackathon / hackathon-vuejs-client

0 stars 0 forks source link

JWT Token refresh #7

Open BibaltiK opened 2 years ago

BibaltiK commented 2 years ago

The automatic refresh of the token does not work yet. Currently the duration is set high so that no error occurs. Of course it would be better if the token refreshes itself after about 5 minutes.

BibaltiK commented 2 years ago

No cookie usage for the refresh token. Therefore, this should possibly be in the localStorage?