Added JWTAuthorizationFilter

This commit is contained in:
2019-01-14 02:40:48 +01:00
parent bacaf6af8e
commit 3db194ea21
6 changed files with 86 additions and 23 deletions

14
pom.xml
View File

@@ -36,6 +36,20 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- JAVA-JWT Auth0-->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.5.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>