add totp
This commit is contained in:
@@ -83,6 +83,16 @@
|
||||
timeout = "60s";
|
||||
};
|
||||
|
||||
totp = {
|
||||
disable = false;
|
||||
issuer = "auth.cloonar.com";
|
||||
algorithm = "sha1";
|
||||
digits = 6;
|
||||
period = 30;
|
||||
skew = 1;
|
||||
secret_size = 32;
|
||||
};
|
||||
|
||||
access_control = {
|
||||
default_policy = "deny";
|
||||
rules = [
|
||||
|
||||
Reference in New Issue
Block a user