feat(auth): implement user plans and credits system with related endpoints
This commit is contained in:
@@ -20,6 +20,8 @@ class TokenService:
|
||||
"is_active": user_data.get("is_active"),
|
||||
"provider": user_data.get("provider"),
|
||||
"providers": user_data.get("providers", []),
|
||||
"plan": user_data.get("plan"),
|
||||
"credits": user_data.get("credits"),
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user