Add JWT encoder to WebWolf

This commit is contained in:
Nanne Baars
2020-11-04 20:37:25 +01:00
committed by Nanne Baars
parent 431da30946
commit e78549fb72
6 changed files with 265 additions and 0 deletions

View File

@ -36,6 +36,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>