angel-dart / angel

[ARCHIVED] A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://angel-dart.dev/
MIT License
1.06k stars 67 forks source link

Local auth strategy and refresh token #264

Closed luX0r-reload closed 3 years ago

luX0r-reload commented 4 years ago

Hi. Many thanks for your works on Angel. I'm implementing a local auth strategy using JWT and it works very well but i need a refresh token 'cause I don't want users to need to sign in after every x minutes if they were actively using the application in that period. I haven't found any docs related to refresh token for local auth. It's possible?