TinaHeiligers / react-auth-boilerplate

0 stars 0 forks source link

Implement 'remember me' functionality on log in #18

Open TinaHeiligers opened 6 years ago

TinaHeiligers commented 6 years ago

As an end user, I should be able to select an option on login that will keep me logged in for a longer period of time than the default. Implementation: check box that sends an instruction to the server to extend the JWT/cookie expiration date.