Releases: robarchibald/auth
Releases · robarchibald/auth
untagged-1cbb8b75d9dbce190ae6
backend tests. Start work to add login quota capability
untagged-f7fa362ec5a0f37c315b
Use cryptoHash instead of hash for passwords. Currently using 200,000…
untagged-d493185d3e5e54f18f3e
Separate config for DB and LDAP to enable 3-backend setup. Fix Ldap u…
untagged-8022ccafbeebae4e3741
Flesh out backendDbUser
untagged-782dcd7448390369c1c3
Create actual Backend struct which delegates to UserBackender, LoginB…
untagged-c61f28d8f11cd1bf4be6: Add ability to do cryptoHash instead of just single time through SHA512.
Bug fixes with Redis Session backend Initial testing of LDAP login store revert code: remove LoginBasic method from loginstore and put code back into authStore
untagged-3d4090667ed8ac8a0300
fix ref
untagged-0e1ad8e2650622442b6e
ignore the templates folder
untagged-3047f44e2e4febb44495
Changing to use onedb redis connection
untagged-7a60f286b516c3c015fc
Renamed interface. Added redis session Backend