25. Java JWT Library (#2)

This commit is contained in:
Art
2021-09-04 15:54:42 +03:00
parent e63fb7f5e7
commit 46e0197c52

View File

@ -25,6 +25,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.18.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>