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

Appearance settings

Commit c09ca94

Browse filesBrowse files
committed
1 parent 92e3023 commit c09ca94
Copy full SHA for c09ca94

3 files changed

+8Lines changed: 8 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎UPGRADE-3.4.md‎

Copy file name to clipboardExpand all lines: UPGRADE-3.4.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ Security
344344

345345
* The `GuardAuthenticatorInterface` has been deprecated and will be removed in 4.0.
346346
Use `AuthenticatorInterface` instead.
347+
348+
* When extending `AbstractGuardAuthenticator` it's deprecated to return `null` from `getCredentials()`.
349+
Return `false` from `supports()` if no credentials available.
347350

348351
SecurityBundle
349352
--------------
Collapse file

‎UPGRADE-4.0.md‎

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,9 @@ Security
758758

759759
* The `GuardAuthenticatorInterface` interface has been removed.
760760
Use `AuthenticatorInterface` instead.
761+
762+
* When extending `AbstractGuardAuthenticator` getCredentials() cannot return
763+
`null` anymore, return false from `supports()` if no credentials available instead.
761764

762765
SecurityBundle
763766
--------------
Collapse file

‎src/Symfony/Component/Security/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ CHANGELOG
1616
* deprecated HTTP digest authentication
1717
* Added a new password encoder for the Argon2i hashing algorithm
1818
* deprecated `GuardAuthenticatorInterface` in favor of `AuthenticatorInterface`
19+
* deprecated to return `null` from `getCredentials()` in classes that extend
20+
`AbstractGuardAuthenticator`. Return `false` from `supports()` instead.
1921

2022
3.3.0
2123
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.