gatus/security
2022-03-07 21:55:40 +01:00
..
basic_test.go test(security): Add tests for basic auth with bcrypt 2022-01-08 19:59:45 -05:00
basic.go feat(security): Implement Bcrypt for basic auth and deprecate SHA512 2022-01-08 19:59:45 -05:00
config_test.go test(security): Add tests for basic auth with bcrypt 2022-01-08 19:59:45 -05:00
config.go feat(security): Implement Bcrypt for basic auth and deprecate SHA512 2022-01-08 19:59:45 -05:00
endpoint_oidc.go Initial implementation 2022-03-07 21:55:40 +01:00
oidc_test.go Add tests for OIDC 2022-01-02 21:14:01 -05:00
oidc.go oidc: Display error if applicable 2022-01-02 21:14:01 -05:00
sessions.go fix(security): Use LRU eviction policy for OIDC sessions 2022-01-13 18:42:19 -05:00
sha512_test.go Support SHA512 as hashing algorithm (#8) 2020-10-14 19:24:00 -04:00
sha512.go feat(security): Implement Bcrypt for basic auth and deprecate SHA512 2022-01-08 19:59:45 -05:00