QQQ-27: updates to allow Auth0 to be an authentication model in QQQ

This commit is contained in:
Tim Chamberlain
2022-07-19 13:16:13 -05:00
parent f35744cd19
commit 661caaf38c
17 changed files with 785 additions and 32 deletions

View File

@ -53,6 +53,11 @@
<!-- none, this is core. -->
<!-- 3rd party deps specifically for this module -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>[1.0, 2.0)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>