Task #31413
Add a chapter about authentication services
| Status: | New | Start date: | 2011-10-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Authentication services are actually the only services that exist by default in the TYPO3 Core. Furthermore they are used in a particular way, in a chain with a return value that may allow the chain to continue or to be interrupted.
As such they deserve a chapter of their own in this manual.
Related issues
| related to Core - Task #32864: Add note on modified authentication services to NEWS.txt | Resolved | 2011-12-29 |
History
Updated by Francois Suter over 1 year ago
Take this opportunity to document the following un-documented options:
$TYPO3_CONF_VARS['SVCONF']['auth']['setup']['*_alwaysFetchUser']
$TYPO3_CONF_VARS['SVCONF']['auth']['setup']['*_alwaysAuthUser']
$TYPO3_CONF_VARS['SVCONF']['auth']['setup']['*_fetchUserIfNoSession']
See t3lib_userAuth::checkAuthentication().
Updated by Helmut Hummel over 1 year ago
I hereby volunteer to write this chapter. There will be some changes in 4.7 which I implemented anyway
Updated by Francois Suter over 1 year ago
You're absolutely welcome :-)