Explorar el Código

JWT implementation

Daniel Garcia Costa hace 1 año
padre
commit
b9916dd6da
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>