feat: Implement OIDC authentication with JWT token handling and dynamic auth configuration
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user