File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
lexik/jwt-authentication-bundle/2.5 Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ lexik_jwt_authentication :
2
+ secret_key : ' %kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%'
3
+ public_key : ' %kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%'
4
+ pass_phrase : ' %env(JWT_PASSPHRASE)%'
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "Lexik\\ Bundle\\ JWTAuthenticationBundle\\ LexikJWTAuthenticationBundle" : [" all" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "config/" : " %CONFIG_DIR%"
7
+ },
8
+ "aliases" : [" jwt-auth" ],
9
+ "env" : {
10
+ "#1" : " Key paths should be relative to the project directory" ,
11
+ "JWT_PRIVATE_KEY_PATH" : " %CONFIG_DIR%/jwt/private.pem" ,
12
+ "JWT_PUBLIC_KEY_PATH" : " %CONFIG_DIR%/jwt/public.pem" ,
13
+ "JWT_PASSPHRASE" : " %generate(secret)%"
14
+ },
15
+ "gitignore" : [
16
+ " /%CONFIG_DIR%/jwt/*.pem"
17
+ ]
18
+ }
You can’t perform that action at this time.
0 commit comments