authelia/docs/configuration
James Elliott 73bd2e4479
[FIX] Hash Password Cmd Not Encoding Provided Salt (#999)
* using authelia hash-password if you provide a salt it doesn't encode it as a base64 string
* this causes invalid salts to be stored if a user manually provided one instead of reliance on the automatic generation
* additionally bumped the minimum required salt length to 8 as per reference spec
* additionally removed the maximum salt length as per reference spec (actually 2^32-1 per int32)
* see docs:
  * https://tools.ietf.org/html/draft-irtf-cfrg-argon2-10
  * https://github.com/P-H-C/phc-winner-argon2
  * https://github.com/P-H-C/phc-string-format
* encode all salts
* fix edge case of false positive in CheckPassword
* bump crypt version and fix tests
2020-05-14 15:55:03 +10:00
..
authentication [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
notifier [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
storage [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
access-control.md [FEATURE] Support multiple domains and multiple subjects in ACLs (#869) 2020-04-16 10:18:11 +10:00
duo-push-notifications.md [DOCS] Adjust yaml snippets and misc adjustments (#855) 2020-04-11 14:46:07 +10:00
google-analytics.md [DOCS] Adjust yaml snippets and misc adjustments (#855) 2020-04-11 14:46:07 +10:00
index.md [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
miscellaneous.md [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
one-time-password.md [DOCS] Adjust yaml snippets and misc adjustments (#855) 2020-04-11 14:46:07 +10:00
regulation.md [DOCS] Adjust yaml snippets and misc adjustments (#855) 2020-04-11 14:46:07 +10:00
secrets.md [DEPRECATE] Environment Variable Secrets (#905) 2020-05-08 11:01:57 +10:00
server.md [FEATURE] Buffer size configuration and additional http error handling (#944) 2020-04-30 12:03:05 +10:00
session.md [FEATURE] Buffer size configuration and additional http error handling (#944) 2020-04-30 12:03:05 +10:00