Skip to content

Commit

Permalink
Fix symfony docs anchor edited
Browse files Browse the repository at this point in the history
  • Loading branch information
tbredillet authored and dunglas committed Nov 21, 2023
1 parent 4ecf9ae commit 5f305a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ also want to [configure Swagger UI for JWT authentication](#documenting-the-auth

### Adding Authentication to an API Which Uses a Path Prefix

If your API uses a [path prefix](https://symfony.com/doc/current/routing/external_resources.html#prefixing-the-urls-of-imported-routes), the security configuration would look something like this instead:
If your API uses a [path prefix](https://symfony.com/doc/current/routing/external_resources.html#route-groups-and-prefixes), the security configuration would look something like this instead:

```yaml
# api/config/packages/security.yaml
Expand Down

0 comments on commit 5f305a1

Please sign in to comment.