Skip to content

Commit 33a4c58

Browse files
committed
docs: replace handler with authenticator
1 parent d19c6e3 commit 33a4c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quick_start_guide/authentication_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public array $redirects = [
2727
2828
### Configure Remember-me Functionality
2929

30-
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.
30+
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.
3131

3232
```php
3333
public array $sessionConfig = [

0 commit comments

Comments
 (0)