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 ec1415e

Browse filesBrowse files
committed
minor #20498 [Security] Add Oauth client package in doc (MrYamous)
This PR was merged into the 6.4 branch. Discussion ---------- [Security] Add Oauth client package in doc Following #20492 Add oauth2-client from thephpleague as a second option in documentation in addition to HWIOAuthBundle Commits ------- 48f0405 add Oauth client package in doc
2 parents a604558 + 48f0405 commit ec1415e
Copy full SHA for ec1415e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎security.rst

Copy file name to clipboardExpand all lines: security.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ many other authenticators:
724724

725725
If your application logs users in via a third-party service such as
726726
Google, Facebook or Twitter (social login), check out the `HWIOAuthBundle`_
727-
community bundle.
727+
community bundle or `Oauth2-client`_ package.
728728

729729
.. _security-form-login:
730730

@@ -3037,3 +3037,4 @@ Authorization (Denying Access)
30373037
.. _`Login CSRF attacks`: https://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
30383038
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
30393039
.. _`SensitiveParameter PHP attribute`: https://www.php.net/manual/en/class.sensitiveparameter.php
3040+
.. _`Oauth2-client`: https://github.com/thephpleague/oauth2-client

0 commit comments

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