Add JWT generation, creation and validation along with tests

- from arieshi255/SnowcloakUtils
This commit is contained in:
2025-08-31 23:40:23 -04:00
parent a6a3fe8ec2
commit bc8e7d08f2
5 changed files with 166 additions and 0 deletions

2
go.mod
View File

@@ -3,3 +3,5 @@ module SnowcloakUtils
go 1.25
require github.com/showwin/speedtest-go v1.7.10
require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect