Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Aug 26, 2024
1 parent a4d067a commit 0f40511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Auth extends BaseConfig
* Record Last Active Date
* --------------------------------------------------------------------
* If true, will always update the `last_active` datetime for the
* logged-in user on every page request.
* logged-in user on every page request, provided the user is activated and not banned.
* This feature only works when session/tokens/hmac/chain/jwt filter is active.
*
* @see https://codeigniter4.github.io/shield/quick_start_guide/using_session_auth/#protecting-pages for set filters.
Expand Down

0 comments on commit 0f40511

Please sign in to comment.