feat: Implement OIDC authentication with JWT token handling and dynamic auth configuration

This commit is contained in:
2026-01-06 21:10:57 +01:00
parent a5f9e8ae9e
commit 3d9c72a7ef
17 changed files with 265 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
default-run = "notes-api"
[features]
default = ["sqlite", "smart-features", "auth-oidc", "auth-jwt"]
default = ["sqlite", "smart-features"]
sqlite = ["notes-infra/sqlite"]
postgres = ["notes-infra/postgres"]
smart-features = ["notes-infra/smart-features", "notes-infra/broker-nats"]