Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth related flows are sometimes unexpected. #57

Open
almereyda opened this issue Jan 31, 2018 · 0 comments
Open

Auth related flows are sometimes unexpected. #57

almereyda opened this issue Jan 31, 2018 · 0 comments

Comments

@almereyda
Copy link
Member

almereyda commented Jan 31, 2018

Some routes have special redirect behavious, which seems a little odd at times:

When being logged out:

  • /auth always redirects to /, esp. when connecting with a GitLab account in the moment of login from the editor

When being logged in:

  • /logout redirects to /, but the session cookie is not removed, but actualised
  • /user redirects to / on first hit, but successfully displays on second try

This may be due to an incomplete implementation of OAuth2 flows and substituting those with cookie based authentication logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant