Skip to content

Commit 7080038

Browse files
committed
development_security.md: Fix JWT link
1 parent 19f5de5 commit 7080038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/security/development_security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ See [Authenticating a user with multiple user provider](user_authentication.md#a
102102

103103
## JWT authentication
104104

105-
To use [JWT authentication](https://jwt.io/) with [[= product_name =]], in the provided `config/packages/lexik_jwt_authentication.yaml` file, modify the existing configuration by setting `authorization_header` to `enabled`:
105+
To use [JWT authentication](https://www.jwt.io/) with [[= product_name =]], in the provided `config/packages/lexik_jwt_authentication.yaml` file, modify the existing configuration by setting `authorization_header` to `enabled`:
106106

107107
``` yaml hl_lines="8"
108108
lexik_jwt_authentication:

0 commit comments

Comments
 (0)