-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New Guard Authentication System (e.g. putting the joy back into security) #14673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
330aa7f
05af97c
a0bceb4
873ed28
180e2c7
6c180c7
c73c32e
eb158cb
d693721
6edb9e1
ffdbc66
7de05be
7a94994
81432f9
293c8a1
0501761
31f9cae
c9d9430
396a162
302235e
dd485f4
e353833
d763134
a01ed35
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
…to LogicException thanks to @iltar
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,6 @@ public function getCredentials() | |
|
||
public function setAuthenticated($authenticated) | ||
{ | ||
throw new \Exception('The PreAuthenticationGuardToken is *always* not authenticated'); | ||
throw new \LogicException('The PreAuthenticationGuardToken is *always* not authenticated.'); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know it's quite common in English, but being dutch, "always not" is very confusing for me. What about replacing it with "never"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::createAuthenticatedToken()