Implement proper jp authentication (gree)

This commit is contained in:
Ethan O'Brien
2024-04-08 11:55:04 -05:00
parent f33e211dab
commit b5138bfaaa
13 changed files with 381 additions and 42 deletions

View File

@ -20,3 +20,5 @@ urlencoding = "2.1.3"
sha1 = "0.10.6"
substring = "1.4.5"
libmath = "0.1.4"
uuid = { version = "1.8.0", features = ["v4"] }
rsa = "0.9.6"