We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some routes have special redirect behavious, which seems a little odd at times:
When being logged out:
/auth
/
When being logged in:
/logout
/user
This may be due to an incomplete implementation of OAuth2 flows and substituting those with cookie based authentication logic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 editorWhen 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 tryThis may be due to an incomplete implementation of OAuth2 flows and substituting those with cookie based authentication logic.
The text was updated successfully, but these errors were encountered: