Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 73749bb

Browse files
authored
Clarify that the Login event will not be dispatched when the Auth once() method is used (#10743)
1 parent 1c9e33d commit 73749bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Auth::loginUsingId(1, remember: true);
409409
<a name="authenticate-a-user-once"></a>
410410
#### Authenticate a User Once
411411

412-
You may use the `once` method to authenticate a user with the application for a single request. No sessions or cookies will be utilized when calling this method:
412+
You may use the `once` method to authenticate a user with the application for a single request. No sessions or cookies will be utilized when calling this method, and the `Login` event will not be dispatched:
413413

414414
```php
415415
if (Auth::once($credentials)) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /