This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
2.3: re-request authentication if Discord refuses
Prior versions assumed that if Discord refused authentication, either:
- app was not approved by user
- app was misconfigured (e.g. having
https://localhost/
instead ofhttps://localhost
in app configuration)
In practice, Discord appears to fairly frequently stop accepting refresh tokens.
Instead of breaking and showing '!' triangles when pressed, the plugin will now automatically re-start the user authentication whenever discord refuses the previous credentials.
Tested on 64-bit Windows 10 and MacOS Catalina only.