-
Notifications
You must be signed in to change notification settings - Fork 6
fix: use direct links for logging in #3339
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
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3339.dev.renku.ch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks great 👏!
There’s one case that isn’t working correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
Tearing down the temporary RenkuLab deplyoment for this PR. |
Fixes #3338, fixes SwissDataScienceCenter/renku-gateway#729. Remove the `/login` page (it was only doing a redirect) and replace all links to `/login` with links to `/api/auth/login` which is the login endpoint. Doing the redirect in-app added unnecessary complexity and caused HTTP 500 errors with the new gateway.
Fixes #3338, fixes SwissDataScienceCenter/renku-gateway#729.
Remove the
/login
page (it was only doing a redirect) and replace all links to/login
with links to/api/auth/login
which is the login endpoint.Doing the redirect in-app added unnecessary complexity and caused HTTP 500 errors with the new gateway.
/deploy renku=leafty/update-login-tests