DEV Community

Discussion on: User Authentication + JWT Authorization With Flutter and Node

Collapse
 
toby14 profile image
Toby14

Thanks for sharing this. I have a question, for this implementation, does your app get the user logged in after the app completely closed or the jwt get lost after that? I am wondering if the flutter_secure_storage package is the best choice to use if I want to save the jwt so that when I reopen the app I don't have to log in. Thanks in advance!