Starting implementation of helper functions to encrypt and decrypt Oauth tokens before storing them. Added requirement python-dotenv and cryptography

This commit is contained in:
2025-11-17 00:05:46 +01:00
parent e4df8d0e15
commit 8825421335
2 changed files with 42 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ fastapi
uvicorn[standard]
sqlalchemy
httpx
cryptography
cryptography
python-dotenv