-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add support for OAuth login #33
Comments
Support for security keys would also be great, if it's not too much of a hassle. |
I would say instead of rolling your own, it is better to add OAuth2.0/OIDC support and let the identity providers/auth servers like Authelia or KeyCloak do that job of handling users/rules/2FA/security keys etc. Username and password is indeed weak for 2022 :) |
@adyanth Thank man, I like this approach. I will look into incorporating them into the application. |
Please implement Authelia and KeyCloack they are the kings when it comes to self-hosted 2FA |
With OIDC in place, it should work with both of them and many many more :) |
I just finished setting up caddy-security plugin Reference config I realised what I just wrote was untrue Immich app still needs a way to pass the 2fa pin |
The work is being carried on in #207 - Closing this issue |
Only login and password is to weak secure for 2022 year :)
The text was updated successfully, but these errors were encountered: