Implement (optional) SSO via OIDC (OpenID Connect) (#64)
This implements optional SSO via OIDC for logging in and signing up (for the first admin sign up or if sign up is allowed). The most requested feature! Tested with Authentik and Google! It includes a new `SimpleCache` interface (in-memory, using [`caches`](https://developer.mozilla.org/en-US/docs/Web/API/Window/caches)) for storing the state and code challenges. Closes #13
This commit is contained in:
@@ -31,14 +31,15 @@
|
||||
"preact/": "https://esm.sh/preact@10.23.2/",
|
||||
"@preact/signals": "https://esm.sh/*@preact/signals@1.3.0",
|
||||
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.8.0",
|
||||
"tailwindcss": "npm:tailwindcss@3.4.15",
|
||||
"tailwindcss/": "npm:/tailwindcss@3.4.15/",
|
||||
"tailwindcss/plugin": "npm:/tailwindcss@3.4.15/plugin.js",
|
||||
"tailwindcss": "npm:tailwindcss@3.4.17",
|
||||
"tailwindcss/": "npm:/tailwindcss@3.4.17/",
|
||||
"tailwindcss/plugin": "npm:/tailwindcss@3.4.17/plugin.js",
|
||||
"std/": "https://deno.land/std@0.224.0/",
|
||||
"$std/": "https://deno.land/std@0.224.0/",
|
||||
"chart.js": "https://esm.sh/chart.js@4.4.9/auto",
|
||||
"otpauth": "https://esm.sh/otpauth@9.4.0",
|
||||
"qrcode": "https://esm.sh/qrcode@1.5.4",
|
||||
"openid-client": "https://esm.sh/openid-client@6.5.0",
|
||||
"@simplewebauthn/server": "jsr:@simplewebauthn/server@13.1.1",
|
||||
"@simplewebauthn/server/helpers": "jsr:@simplewebauthn/server@13.1.1/helpers",
|
||||
"@simplewebauthn/browser": "jsr:@simplewebauthn/browser@13.1.0"
|
||||
|
||||
Reference in New Issue
Block a user