GUACAMOLE-210: Validate the JWT using jose.4.j.

This commit is contained in:
Michael Jumper
2016-06-12 23:03:47 -07:00
parent fdc0313387
commit d27ba44439
6 changed files with 207 additions and 4 deletions

View File

@@ -86,6 +86,13 @@
<scope>provided</scope>
</dependency>
<!-- Java implementation of JOSE (jose.4.j) -->
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.5.1</version>
</dependency>
<!-- Guice -->
<dependency>
<groupId>com.google.inject</groupId>