Skip to content

[Security] Add Oauth client package in doc #20498

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

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ many other authenticators:

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

.. _security-form-login:

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