We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbee4e commit c02d404Copy full SHA for c02d404
server-toy-project/build.gradle
@@ -19,6 +19,11 @@ dependencies {
19
// Spring Security
20
implementation 'org.springframework.boot:spring-boot-starter-security'
21
22
+ // JWT Token
23
+ implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
24
+ implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
25
+ implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
26
+
27
implementation'org.springframework.boot:spring-boot-starter-web'
28
29
implementation 'org.springframework.boot:spring-boot-starter'
0 commit comments