Open almereyda opened 6 years ago
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.
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.