feat: begin working on user auth
This commit is contained in:
parent
8429b19c4a
commit
bf02015dc7
11 changed files with 562 additions and 118 deletions
|
|
@ -27,6 +27,7 @@ const oidcConfig = type({
|
|||
token_endpoint_auth_method:
|
||||
'"client_secret_basic" | "client_secret_post" | "client_secret_jwt"',
|
||||
redirect_uri: 'string.url?',
|
||||
user_storage_file: 'string = "/var/lib/headplane/users.json"',
|
||||
disable_api_key_login: stringToBool,
|
||||
headscale_api_key: 'string',
|
||||
strict_validation: stringToBool.default(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue