feat: Add generic OIDC authentication provider (#3760)

This commit is contained in:
satcat21
2026-03-23 10:24:41 +02:00
committed by GitHub
parent 7d98c6b080
commit 3398070dd5
35 changed files with 567 additions and 15 deletions
+2 -1
View File
@@ -442,7 +442,8 @@ window.app.component('username-password', {
'nostr-auth-nip98',
'google-auth',
'github-auth',
'keycloak-auth'
'keycloak-auth',
'oidc-auth'
],
username: this.userName,
password: this.password_1,