1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/schema
Dustin Sweigart 951dc71325
[FEATURE] Support multiple domains and multiple subjects in ACLs ()
* added support for listing multiple domains and multiple subjects

* updated documentation to show use of multiple domains and subjects

* updated config.template.yml to display multiple domains as a list

* updated config.template.yml to display multiple subjects as a list

* updated docs/configuration/access-control.md to display multiple domains as a list

* updated docs/configuration/access-control.md to display multiple subjects as a list

* removed redundant check that always returned true

* Commentary definition for `weak`
2020-04-16 10:18:11 +10:00
..
access_control.go [FEATURE] Support multiple domains and multiple subjects in ACLs () 2020-04-16 10:18:11 +10:00
authentication.go [BUGFIX] Password hashing schema map mismatch with docs () 2020-04-11 13:54:18 +10:00
configuration.go [FEATURE] [BREAKING] Support writing logs in a file. () 2020-03-09 20:57:53 +01:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go [FEATURE] Customizable Email Subject () 2020-04-09 10:21:28 +10:00
regulation.go [MISC] Update durations to notation format and housekeeping () 2020-04-05 22:37:21 +10:00
session.go [MISC] Update durations to notation format and housekeeping () 2020-04-05 22:37:21 +10:00
storage.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
totp.go [MISC] Update durations to notation format and housekeeping () 2020-04-05 22:37:21 +10:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
validator.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog () 2020-04-09 11:05:17 +10:00