Open lutangar opened 1 year ago
About #26
Storing an access token in the local storage isn't secured :
see https://stackoverflow.com/questions/27067251/where-to-store-jwt-in-browser-how-to-protect-against-csrf
(add link to "remember me")
not a priority until the experiment is launched
Sure, could you choose a priority flag then ?
https://tigran.tech/nestjs-cookie-based-jwt-authentication/ https://codevoweb.com/react-redux-toolkit-jwt-authentication-and-authorization/
Storing an access token in the local storage isn't secured :
(add link to "remember me")