1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-22 20:18:55 +00:00

Added support for JWT based authentication (#739)

This commit is contained in:
Sukalpo Mitra
2023-12-03 00:57:51 +08:00
committed by GitHub
parent 45e00ac93d
commit 8c5f0c78e7
3 changed files with 182 additions and 0 deletions

View File

@@ -68,6 +68,12 @@
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>