File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 17
17
use CodeIgniter \HTTP \IncomingRequest ;
18
18
use CodeIgniter \HTTP \RedirectResponse ;
19
19
use CodeIgniter \HTTP \RequestInterface ;
20
- use CodeIgniter \HTTP \Response ;
21
20
use CodeIgniter \HTTP \ResponseInterface ;
22
21
23
22
/**
29
28
class ChainAuth implements FilterInterface
30
29
{
31
30
/**
32
- * Do whatever processing this filter needs to do.
33
- * By default it should not return anything during
34
- * normal execution. However, when an abnormal state
35
- * is found, it should return an instance of
36
- * CodeIgniter\HTTP\Response. If it does, script
37
- * execution will end and that Response will be
38
- * sent back to the client, allowing for error pages,
39
- * redirects, etc.
31
+ * Checks authenticators in sequence to see if the user is logged in through
32
+ * either of authenticators.
40
33
*
41
34
* @param array|null $arguments
42
35
*
You can’t perform that action at this time.
0 commit comments