You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app opens, it should check how long it has been since the trackers were logged in. If it is nearing the time for the token to expire, the user should be asked to log out and back in.
Other details
Low priority. Anilist just cuts it off after 1 year, and returns error 500 instead of error 440.
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
AniList offers no way to renew auth after that one year expiry. No endpoint in their auth for that. We'd have to prompt users to do that, best case scenario we'd do it before expiry actually happens.
Edit: 440 would be a Microsoft specific code. More correct would be a 401 Unauthorized.
AniList offers no way to renew auth after that one year expiry. No endpoint in their auth for that. We'd have to prompt users to do that, best case scenario we'd do it before expiry actually happens.
Edit: 440 would be a Microsoft specific code. More correct would be a 401 Unauthorized.
Yes, that is what I was intending to say. I was unaware that 440 was MS specific, but the fact that they use 500 is quite annoying. Not only does it give no good information, it gives BAD information ("server at fault" when it isn't). Though not a lot we can do about that, is there...
Describe your suggested feature
When the app opens, it should check how long it has been since the trackers were logged in. If it is nearing the time for the token to expire, the user should be asked to log out and back in.
Other details
Low priority. Anilist just cuts it off after 1 year, and returns error 500 instead of error 440.
Acknowledgements
The text was updated successfully, but these errors were encountered: