1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/authentication
James Elliott 06ceafd905
refactor(authentication): simplify ldap connection interface ()
This simplifies the interface to just expose the methods from the underlying connection that we need. The addition of gen.go makes creating the generated mocks easy go generate.
2022-03-17 15:02:54 +11:00
..
const.go feat: webauthn () 2022-03-03 22:20:43 +11:00
file_user_provider_test.go refactor: apply godot recommendations () 2022-01-31 16:25:15 +11:00
file_user_provider.go refactor: apply godot recommendations () 2022-01-31 16:25:15 +11:00
gen.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_connection_factory_mock.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_connection_factory.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_connection_mock.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_connection.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_user_provider_startup.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
ldap_user_provider_test.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
ldap_user_provider.go refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
password_hash_test.go fix(session): use crypto/rand for session id generator () 2021-11-11 20:13:32 +11:00
password_hash.go fix(session): use crypto/rand for session id generator () 2021-11-11 20:13:32 +11:00
types.go [FEATURE] Add configurable display name to frontend () 2020-06-19 20:50:21 +10:00
user_provider.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
users_database.template.yml ci: add yamllint () 2021-04-11 06:51:00 +10:00