(20241230) Accepting ICICI Breeze's auth. now.
This commit is contained in:
@@ -188,11 +188,12 @@ class CoreAuthTokenController(CoreBaseModel):
|
||||
mongo_json = await mongo_data_conn.find_one_and_update(
|
||||
collection = self.AUTH_COLLECTION,
|
||||
filter = mongo_data_conn.dict_to_dot_notation({
|
||||
"serviceType": auth_token.serviceType,
|
||||
"user": {
|
||||
"entityId": auth_token.user.entityId,
|
||||
"billingAccountId": auth_token.user.billingAccountId
|
||||
},
|
||||
"serviceType": auth_token.serviceType,
|
||||
"client": auth_token.client,
|
||||
"clientUserId": auth_token.clientUserId
|
||||
}),
|
||||
update = {
|
||||
|
||||
Reference in New Issue
Block a user