You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/jwt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
API Platform allows to easily add a JWT-based authentication to your API using [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle).
8
8
To install this bundle, [just follow its documentation](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md).
9
9
10
-
# Installing LexikJWTAuthenticationBundle
10
+
##Installing LexikJWTAuthenticationBundle
11
11
12
12
`LexikJWTAuthenticationBundle` requires your application to have a properly configured user provider.
13
13
You can either use the [Doctrine user provider](https://symfony.com/doc/current/security/entity_provider.html) provided
0 commit comments