Skip to content

Commit 1e48456

Browse files
committed
Minor tweaks
1 parent 9c77942 commit 1e48456

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

security/access_token.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -884,18 +884,15 @@ Creating a OIDC token from the command line
884884

885885
The ``security:oidc:generate-token`` command was introduced in Symfony 7.4.
886886

887-
The ``security:oidc:generate-token`` command helps you generate JWTs. This is
888-
particularly useful when developing or testing applications that use OIDC
889-
authentication.
890-
891-
To generate a token using the default configuration:
887+
The ``security:oidc:generate-token`` command helps you generate JWTs. It's mostly
888+
useful when developing or testing applications that use OIDC authentication:
892889

893890
.. code-block:: terminal
894891
895-
# generate a token for the user named "john.doe@example.com"
892+
# generate a token using the default configuration
896893
$ php bin/console security:oidc:generate-token john.doe@example.com
897894
898-
# generate a token when multiple firewall, algorithm or issuer are available
895+
# specify the firewall, algorithm, and issuer if multiple are available
899896
$ php bin/console security:oidc:generate-token john.doe@example.com \
900897
--firewall="api" \
901898
--algorithm="HS256" \

0 commit comments

Comments
 (0)