(20241129) Started talking to MariaDB for integration.
This commit is contained in:
@@ -87,6 +87,7 @@ async def get_session(session_token):
|
||||
raw_info = await current_app.module_cache.get(key = session_token)
|
||||
session_info = {
|
||||
"fullName": raw_info["value"]["full_name"],
|
||||
"userId": raw_info["value"]["user_id"],
|
||||
"entityId": raw_info["value"]["entity_id"],
|
||||
"billingAccountId": raw_info["value"]["billing_account_id"],
|
||||
"departmentId": raw_info["value"]["department_id"],
|
||||
|
||||
Reference in New Issue
Block a user