fac-15 / schmidt-authentication-project

authentication with cookies and jwt
0 stars 0 forks source link

Login? #26

Open thejoefriel opened 5 years ago

thejoefriel commented 5 years ago

You don't need to put a question mark on this route from what I can see. IF you remove from the router file and handler file it still redirects fine.

boi87 commented 5 years ago

Thanks for pointing this out.

We found out the question mark was appearing following the POST method or something. Originally it was without question mark, we had to update the routes after it started happening (but we're not really sure about the reason why).