JonahKoellner / transendence

1 stars 0 forks source link

BUG - JWT Refresh token bug #1

Closed LukeDerpwalka closed 2 weeks ago

LukeDerpwalka commented 4 weeks ago

Der token sollte sich nach einer weile refreshen. das ist mies buggy und irgendwie sagt das backend token fehlt und spammt das zu. nix wird gehandled.

Erwartet: refresh die tokens

was is: angular spammt das backend zu und failt

wie?

registriere dich, logge ein, mach otp, warte auf der homeseite angemeldet

JonahKoellner commented 2 weeks ago

The issue was that the url was set to 127.0.0.1 instead of localhost, like with all the others. Push should have fixed that.