(20241214) Changes from token-key branch merged into master.
This commit is contained in:
@@ -175,7 +175,7 @@ class AuthTokenController(BaseModel):
|
|||||||
"Auth Requested", # ............................................. 'p_last_action'
|
"Auth Requested", # ............................................. 'p_last_action'
|
||||||
None, # ......................................................... 'p_display_name'
|
None, # ......................................................... 'p_display_name'
|
||||||
None, # ......................................................... 'p_display_picture'
|
None, # ......................................................... 'p_display_picture'
|
||||||
str(auth_token.key), # .......................................... 'p_token_id'
|
mongo_json["key"], # ............................................ 'p_token_id'
|
||||||
json.to_string(python_data = token_notes, no_space = True), # ... 'p_notes'
|
json.to_string(python_data = token_notes, no_space = True), # ... 'p_notes'
|
||||||
auth_token.user.userId # ........................................ 'p_created_by'
|
auth_token.user.userId # ........................................ 'p_created_by'
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user