mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 00:09:12 +00:00
Add support for auth0
This commit is contained in:
@@ -77,6 +77,12 @@ typedef struct web_args {
|
||||
char *lang;
|
||||
char auth_user[256];
|
||||
char auth_pass[256];
|
||||
int auth0_enabled;
|
||||
char *auth0_audience;
|
||||
char *auth0_domain;
|
||||
char *auth0_client_id;
|
||||
char *auth0_public_key_path;
|
||||
char *auth0_public_key;
|
||||
int auth_enabled;
|
||||
int tag_auth_enabled;
|
||||
int index_count;
|
||||
|
||||
Reference in New Issue
Block a user