Skip to content

Commit ec1415e

Browse 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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security.rst

+2-1
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)