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 1717use CodeIgniter \HTTP \IncomingRequest ;
1818use CodeIgniter \HTTP \RedirectResponse ;
1919use CodeIgniter \HTTP \RequestInterface ;
20- use CodeIgniter \HTTP \Response ;
2120use CodeIgniter \HTTP \ResponseInterface ;
2221
2322/**
2928class ChainAuth implements FilterInterface
3029{
3130 /**
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.
4033 *
4134 * @param array|null $arguments
4235 *
You can’t perform that action at this time.
0 commit comments