Implement JWT, registration, login and comment posting

This is still a demo, to learn the framework. Most of this will probably we rewritten more elengantly.
This commit is contained in:
Lorenzo Dellacà
2021-08-03 17:55:45 +02:00
parent c0d8243016
commit 855bf817e1
12 changed files with 318 additions and 65 deletions

View File

@@ -40,6 +40,11 @@
<artifactId>pippo-jetty</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.10.3</version>
</dependency>
</dependencies>
<build>