I have a cookie based authentication in a server-side Balzor application.
I would like to show the user a popup when there is 5 minutes before their authentication expires.
Is the only way to keep track of the cookie timestamp through javascript or can I use something in asp.net core 3 authentication or is there possibly some other way?
Thanks in advance!