feat: support tmp token

This commit is contained in:
2022-03-15 18:24:31 +08:00
parent e4fbbb1b7b
commit d9aec4d613
5 changed files with 82 additions and 24 deletions

View File

@@ -12,3 +12,4 @@ diesel = { version = "1.4.8", features= ["sqlite", "chrono"] }
chrono = { version="0.4", features=["serde"] }
rand = "0.8.5"
dotenv = "0.15.0"
sha2 = "0.10.2"