Ported from branch OIDC

This commit is contained in:
chesspro13
2024-09-07 10:21:41 -07:00
parent 1c8cc36402
commit 9c748f326a
22 changed files with 1221 additions and 24 deletions

9
example.env Normal file
View File

@@ -0,0 +1,9 @@
OAUTH_ENABLED="false"
BASE_URL="http://localhost:8080"
CLIENT_ID="1234"
ISSUER_BASE_URL="https://example.com/xyz/.well-known/openid-configuration"
SECRET="I-Like-Trilium-Notes"
AUTH_0_LOGOUT="false"
TOTP_ENABLED="false"
TOTP_SECRET="Trilium-Notes-is-the-best"