- Added entities repos

- Added JWT Authorization
- Added JWT Authentication
- Added AccountService
- Added UserRESTController
This commit is contained in:
2019-01-14 01:19:24 +01:00
parent 4019172695
commit 310212da70
15 changed files with 445 additions and 0 deletions

View File

@@ -36,6 +36,13 @@
<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>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>