gatus/security
fulvius 4c3d062ae8 feat(security): added the ability to use a different claim field to match against the allow-subjects list.
In this way you can use 'email' or 'preferred_username' to identify the users.
If not specified the default is 'subject'.
2024-05-16 11:25:14 +02:00
..
basic_test.go feat(security)!: Remove deprecated SHA512 parameter for password hashing 2022-06-14 23:48:28 -04:00
basic.go feat(security)!: Remove deprecated SHA512 parameter for password hashing 2022-06-14 23:48:28 -04:00
config_test.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00
config.go refactor: Clean up code and change log format (#719) 2024-04-01 21:47:14 -04:00
oidc_test.go Add tests for OIDC 2022-01-02 21:14:01 -05:00
oidc.go feat(security): added the ability to use a different claim field to match against the allow-subjects list. 2024-05-16 11:25:14 +02:00
sessions.go fix(security): Use LRU eviction policy for OIDC sessions 2022-01-13 18:42:19 -05:00