File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77use CodeIgniter \Config \BaseConfig ;
88
99/**
10- * Authenticator Configuration for Token Auth and HMAC Auth
10+ * Configuration for Token Auth and HMAC Auth
1111 */
1212class AuthToken extends BaseConfig
1313{
1414 /**
1515 * --------------------------------------------------------------------
16- * Record Login Attempts for Token and HMAC Authorization
16+ * Record Login Attempts for Token Auth and HMAC Auth
1717 * --------------------------------------------------------------------
1818 * Specify which login attempts are recorded in the database.
1919 *
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class TokenAuth implements FilterInterface
2121{
2222 /**
2323 * Do whatever processing this filter needs to do.
24- * By default it should not return anything during
24+ * By default, it should not return anything during
2525 * normal execution. However, when an abnormal state
2626 * is found, it should return an instance of
2727 * CodeIgniter\HTTP\Response. If it does, script
You can’t perform that action at this time.
0 commit comments