dissent icon indicating copy to clipboard operation
dissent copied to clipboard

2FA not working

Open heyeddi opened this issue 5 months ago • 2 comments

It does not matter what I do, I always get 2FA code invalid. I can login fine on browser or on the discord app using the same 2FA method.

help?

heyeddi avatar Jun 25 '25 20:06 heyeddi

same here

fluoriteByte avatar Jul 12 '25 14:07 fluoriteByte

I can only encourage you not to use the traditional auth method, and instead provide Dissent with a Bearer token

To do this:

  • Login on a browser, open the Network tab on DevTools (generally with F12 key) and force refresh the page (Ctrl/Cmd + Caps + R).
  • Find the @me request and display the headers, then find the Authorization line.
  • Finally, just copy-paste the content of that line (without Authorization:) in Dissent

DodoLeDev avatar Aug 04 '25 12:08 DodoLeDev