Skip to content

Commit 044be1e

Browse files
committed
Tweaks
1 parent 6f33ce2 commit 044be1e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

security/access_token.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ claims. To create your own user object from the claims, you must
537537
2) Configure the OidcTokenHandler
538538
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
539539

540-
The ``OidcTokenHandler`` requires the package ``web-token/jwt-library``.
540+
The ``OidcTokenHandler`` requires the ``web-token/jwt-library`` package.
541541
If you haven't installed it yet, run this command:
542542

543543
.. code-block:: terminal
@@ -619,6 +619,11 @@ it and retrieve the user info from it:
619619
;
620620
};
621621
622+
.. versionadded:: 7.1
623+
624+
The support of multiple algorithms to sign the JWS was introduced in Symfony 7.1.
625+
In previous versions, only the ``ES256`` algorithm was supported.
626+
622627
Following the `OpenID Connect Specification`_, the ``sub`` claim is used by
623628
default as user identifier. To use another claim, specify it on the
624629
configuration:

0 commit comments

Comments
 (0)