瀏覽代碼

JWT implementation

Daniel Garcia Costa 1 年之前
父節點
當前提交
b9916dd6da
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -50,6 +50,11 @@
 			<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>
 	</dependencies>
 
 	<build>