[feat] User activation (#3749)

This commit is contained in:
Vlad Stan
2026-02-05 11:31:47 +02:00
committed by GitHub
parent 656c6cac5b
commit 49b57c9f0b
16 changed files with 339 additions and 50 deletions
+1
View File
@@ -261,6 +261,7 @@ async def check_account_id_exists(
account_id,
expiry=settings.auth_authentication_cache_minutes * 60,
)
cache.set(f"auth:user:cache_key:{sha256s(account.id)}", cache_key)
return account_id