Replaced refresh tokens with hashed string, refactored logic

This commit is contained in:
Benjamin Sherriff
2024-01-30 11:10:57 -05:00
parent d74e8e181b
commit 40a45275d6
6 changed files with 161 additions and 244 deletions

View File

@@ -32,6 +32,7 @@ rust-s3 = "0.33.0"
actix-multipart = "0.6.1"
openssl = "0.10.60" # Resolve `openssl` `X509StoreRef::objects` is unsound #10
rand = "0.8.5"
sha2 = "0.10.8"
[dependencies.tokio]
version = "1.32.0"