Skip to content

Commit

Permalink
docs: replace handler with authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 19, 2023
1 parent d19c6e3 commit 33a4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start_guide/authentication_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public array $redirects = [
### Configure Remember-me Functionality

Remember-me functionality is enabled by default for the `Session` handler. While this is handled in a secure manner, some sites may want it disabled. You might also want to change how long it remembers a user and doesn't require additional login.
Remember-me functionality is enabled by default for the `Session` authenticator. While this is handled in a secure manner, some sites may want it disabled. You might also want to change how long it remembers a user and doesn't require additional login.

```php
public array $sessionConfig = [
Expand Down

0 comments on commit 33a4c58

Please sign in to comment.