authelia/internal/authentication
Clément Michaud e5ccdb4449
[MISC] Introduce CryptAlgo type. (#960)
* [MISC] Introduce CryptAlgo type.

It helps distinguish between the configuration representation of an algorithm
and the crypt representation (6 and argon2id vs sha512 vs argon2id).

* Add a description to CryptAlgo.

* use const

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2020-05-03 14:06:09 +10:00
..
const.go [MISC] Introduce CryptAlgo type. (#960) 2020-05-03 14:06:09 +10:00
file_user_provider.go [MISC] Introduce CryptAlgo type. (#960) 2020-05-03 14:06:09 +10:00
file_user_provider_test.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
ldap_connection_factory.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
ldap_connection_factory_mock.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
ldap_user_provider.go [HOTFIX] Prevent Username Enumeration (#950) 2020-05-02 00:32:09 +02:00
ldap_user_provider_test.go [MISC] Ignore errcheck recommendations for legacy code (#893) 2020-04-22 13:33:14 +10:00
password_hash.go [MISC] Introduce CryptAlgo type. (#960) 2020-05-03 14:06:09 +10:00
password_hash_test.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
types.go [BUGFIX] [BREAKING] Set username retrieved from authentication backend in session. (#687) 2020-03-15 18:10:25 +11:00
user_provider.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00