Skip to content
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

Compare
Choose a tag to compare
@fredemmott fredemmott released this 23 Apr 12:24
· 175 commits to master since this release
50b971b

Prior versions assumed that if Discord refused authentication, either:

  • app was not approved by user
  • app was misconfigured (e.g. having https://localhost/ instead of https://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.