Skip to content

Commit 6cefaf8

Browse files
committed
Update JWT configuration.
1 parent ef26009 commit 6cefaf8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

microstartercli/src/main/resources/micronaut/security/jwt_properties.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ micronaut:
77
secret:
88
generator:
99
secret: '"${JWT_GENERATOR_SIGNATURE_SECRET:pleaseChangeThisSecretForANewOne}"'
10-
generator:
11-
access-token:
12-
expiration: 100000
13-
refresh-token:
14-
secret: '"${JWT_GENERATOR_SIGNATURE_SECRET:pleaseChangeThisSecretForANewOne}"'
10+
enabled: true
11+
generator:
12+
access-token:
13+
expiration: 100000
14+
refresh-token:
15+
secret: '"${JWT_GENERATOR_SIGNATURE_SECRET:pleaseChangeThisSecretForANewOne}"'
1516
enabled: true
1617
endpoints:
1718
login:

0 commit comments

Comments
 (0)