Start to implement OpenID authentication
This commit is contained in:
@ -33,9 +33,9 @@ pub struct AppConfig {
|
||||
)]
|
||||
pub oidc_configuration_url: String,
|
||||
|
||||
/// Disable OpenID authentication
|
||||
/// Disable authentication (for development purposes ONLY)
|
||||
#[arg(long, env)]
|
||||
pub disable_oidc: bool,
|
||||
pub unsecure_disable_login: bool,
|
||||
|
||||
/// OpenID client ID
|
||||
#[arg(long, env, default_value = "foo")]
|
||||
|
Reference in New Issue
Block a user