-
Notifications
You must be signed in to change notification settings - Fork 139
feat: gitlab signin #1150
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
base: main
Are you sure you want to change the base?
feat: gitlab signin #1150
Conversation
in |
@AugustinMauroy i tried, however gitlab requires an auth token to get the username so we can resolve the link, whereas github doesnt. i added the logic there, but its commented out until we figure out a solution |
api/src/docs/bulb.svg
Outdated
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.
where this file is used ?
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.
oh seems deno fmt changes formatting of a bunch of svgs. this is used explicitly in the docs gen for alerts
This sign in page needs an overhaul |
frontend/islands/SignInMenu.tsx
Outdated
Sign In with GitHub | ||
</a> | ||
<a | ||
href="/login/gitlab" |
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.
why not use tb icon like on setting page ? because now the gitlab icon on yellow bg is awful
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.
because from all other services that provide oauth2 logins, i see the actual logos being used, for easier brand recognition.
ie imagine adding a microsoft oath2 login. the logo in black is unrecognizable
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.
Closes #893