silverstripe-framework/security
Ingo Schommer c6b1d4aa6b API Storing alternative DB name in cookie rather than session
Session is not initialized by the time we need to use
the setting in DB::connect(). Cookie values get initialized
automatically for each request.

Tightened name format validation to ensure it can only
be used for temporary databases, rather than switching
the browser session to a different production database.

Encrypting token for secure cookie usage.
Added dev/generatesecuretoken to generate this token.
Not storing in YML config directly because of web access issues.
2012-12-13 23:21:48 +01:00
..
Authenticator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13: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 Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +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 Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
MemberAuthenticator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
MemberCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberLoginForm.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13: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 Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
PermissionCheckboxSetField.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +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 Storing alternative DB name in cookie rather than session 2012-12-13 23:21:48 +01:00
SecurityToken.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00