File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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" \
You can’t perform that action at this time.
0 commit comments