PuzzleServer / mainpuzzleserver

The main repo for the Puzzle Hunt and Puzzleday servers.
MIT License
9 stars 31 forks source link

Redirect from login not working #327

Closed jaylorch closed 1 year ago

jaylorch commented 5 years ago

When I do the following, it doesn't redirect me properly after login:

1) Go to puzzlehunt.azurewebsites.net/ph20beta/author 2) When prompted, enter username, then password, then authentication token

On my iPhone and iPad, it then directs me to a page that says I need to login (making me think I'd entered my authentication token wrong, when I didn't). On Chrome on my Mac, it directs me to https://puzzlehunt.azurewebsites.net/.

In both cases, the correct behavior should be to send me to puzzlehunt.azurewebsites.net/ph20beta/author after login. Instead, I have to type that URL into the address bar manually.

jaylorch commented 5 years ago

My teammate says that she experienced this with the join-team page as well (https://puzzlehunt.azurewebsites.net/ph20/play/Teams/Apply?teamId=27). She went to this URL, she logged in, and it looped her back to the login page. She had to manually re-enter the URL after logging in to get to it.

jbodner09 commented 1 year ago

Should be addressed by #785