LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Create a 60 minute session timer #6

Closed LanceMcCarthy closed 6 years ago

LanceMcCarthy commented 6 years ago

The auth token is only good for 60 minutes with the API. Create a global app timer that expires at 60 minutes, requiring sign in again.

Infrastructure already has checks on VM load if user is still signed in, but still show dialog blocking all input until re-authentication is complete.