Initial Implementation of AuthService

This commit is contained in:
2024-02-25 02:10:43 -03:00
parent 05dc487099
commit 11f01a6156
8 changed files with 75 additions and 37 deletions

View File

@@ -18,3 +18,4 @@ reqwest = "0.11.24"
serde_json = "1.0.114"
cached = "0.49.2"
dotenv = "0.15.0"
log = "0.4.20"