Skip to content

Commit c02d404

Browse files
committed
chore(deps): Add jsonwebtoken:jjwt (#3)
1 parent afbee4e commit c02d404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server-toy-project/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ dependencies {
1919
// Spring Security
2020
implementation 'org.springframework.boot:spring-boot-starter-security'
2121

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+
2227
implementation'org.springframework.boot:spring-boot-starter-web'
2328

2429
implementation 'org.springframework.boot:spring-boot-starter'

0 commit comments

Comments
 (0)