1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/security
2022-01-13 18:42:19 -05:00
..
basic.go feat(security): Implement Bcrypt for basic auth and deprecate SHA512 2022-01-08 19:59:45 -05:00
basic_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
config_test.go test(security): Add tests for basic auth with bcrypt 2022-01-08 19:59:45 -05:00
oidc.go oidc: Display error if applicable 2022-01-02 21:14:01 -05:00
oidc_test.go Add tests for OIDC 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.go feat(security): Implement Bcrypt for basic auth and deprecate SHA512 2022-01-08 19:59:45 -05:00
sha512_test.go Support SHA512 as hashing algorithm (#8) 2020-10-14 19:24:00 -04:00