Base solution for your next web application
Open Closed

Login: Remember Me - what about refreshToken? #7389


User avatar
1
alexanderpilhar created

7.0.0, Angular, .NET Framework

Some of our customers complain about having to login each day they use our product although there is a "remember me" checkbox. The previous version of our product (which was a prototype) was based on plain Asp.NET using cookie authentication and sliding expiration, so they almost never had to login for quite some time. We want to achieve that same user experience they had before again.

So, I was reading a bit about authentication using JWT tokens and refresh tokens and also looking through the source code of ASPNETZERO to see whether refreshing tokens is implemented, which seems it is ... partially!? It seems the Core project fully implements refreshing tokens, but the Angular project does not!? Are there any plans to complete implementation for Angular? Or am I missunderstanding something important here?


2 Answer(s)