1
0

chore(auth): add revoked access token checks

Signed-off-by: Alan Brault <alan.brault@visus.io>
This commit is contained in:
2026-03-27 07:23:34 -04:00
parent e6cc8267d5
commit 756a80c5b9
11 changed files with 141 additions and 33 deletions
+5
View File
@@ -89,6 +89,11 @@ dependencies {
// ════════════════════════════════════════════════════════════════════════════════
implementation("tech.mappie:mappie-api:2.2.21-2.1.1")
// ════════════════════════════════════════════════════════════════════════════════
// UUID Generation
// ════════════════════════════════════════════════════════════════════════════════
implementation("com.fasterxml.uuid:java-uuid-generator:5.2.0")
// ════════════════════════════════════════════════════════════════════════════════
// Testing
// ════════════════════════════════════════════════════════════════════════════════