We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24979d commit 36aadd6Copy full SHA for 36aadd6
1 file changed
auth-service/src/test_uuid.go
@@ -0,0 +1,10 @@
1
+package main
2
+
3
+import (
4
+ "fmt"
5
+ "github.com/google/uuid"
6
+)
7
8
+func main() {
9
+ fmt.Println("Generated UUID for JTI:", uuid.New().String())
10
+}
0 commit comments