Skip to content

Commit fd7b8ea

Browse files
committed
Add the versionadded directive
1 parent 97c01a5 commit fd7b8ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

security/access_token.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,10 @@ create your own User from the claims, you must
709709
Using CAS 2.0
710710
-------------
711711

712+
.. versionadded:: 7.1
713+
714+
The support for CAS token handlers was introduced in Symfony 7.1.
715+
712716
`Central Authentication Service (CAS)`_ is an enterprise multilingual single
713717
sign-on solution and identity provider for the web and attempts to be a
714718
comprehensive platform for your authentication and authorization needs.
@@ -724,7 +728,7 @@ haven't installed it yet, run this command:
724728
725729
$ composer require symfony/http-client
726730
727-
You can configure a ``cas`` ``token_handler``:
731+
You can configure a ``cas`` token handler as follows:
728732

729733
.. configuration-block::
730734

0 commit comments

Comments
 (0)