silverstripe-framework/security
Mateusz Uzdowski a8b0e44d98 API Hash autologin tokens before storing in the database.
Refactor the code to make it clear the distinction is made between a
plaintext token and a hashed version. Rename fields so it is more
obvious what is being written and what sent out to the user.

This reuses the salt and algorithm from the Member, which are kept
constant throughout the Member lifetime in a normal scenario. If they do
change, users will need to re-request so the hashes can be regenerated.
2012-11-09 11:29:42 +01:00
..
Authenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
BasicAuth.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ChangePasswordForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Group.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GroupCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginAttempt.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Member.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
MemberAuthenticator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemberCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberLoginForm.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
MemberPassword.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PasswordEncryptor.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
PasswordValidator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Permission.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionCheckboxSetField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionRole.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PermissionRoleCode.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
RandomGenerator.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
Security.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
SecurityToken.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00