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

[Feature Request] Implement OpenID/oauth #636

Open
LIRIKKER opened this issue Apr 8, 2024 · 1 comment
Open

[Feature Request] Implement OpenID/oauth #636

LIRIKKER opened this issue Apr 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@LIRIKKER
Copy link

LIRIKKER commented Apr 8, 2024

Hi! Are there any plans for supporting OAuth / OpenID?

for instance I have all my users set up on my authentik instance. I’d rather prefer to just give them a special group such as bracket-users or bracket-admins than have them re create accounts.

Would then like to disable creation of accounts and manual login using username + password as the openid should handle authentication and also handle account creation as a user who’s been passed and doesn’t have an account should automatically have a profile created.

@henninfi
Copy link

henninfi commented Apr 8, 2024

Im working on the same thing as you are suggesting, except I'm using propelauth. As far as I can see i it leads to quite significant changes for both frontend and backend. For example the use of local storage must be changed in backend and frontend. I have a working version, but not pushed back to my main branch yet.

Trying to implement it to this project: https://rankit.no/

@evroon evroon added the enhancement New feature or request label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants