LanceMcCarthy / MvpApi

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

Investigate Refresh Token Logic #216

Closed LanceMcCarthy closed 2 years ago

LanceMcCarthy commented 2 years ago

When a user lets the app idle while on the Uploads page for longer than 60 minutes, the Uploads page gets into a corrupted state and cannot interact with the API anymore.

This is likely due to the access_token expiring and the automatic refresh logic isn't working. I may need to consider adding a timeout popup that lets the user immediately get a new access token with a single click

LanceMcCarthy commented 2 years ago

Closed - The MVP API is no longer available, I am closing all Issues and archiving this repository.