wip
This commit is contained in:
@@ -34,6 +34,7 @@ class HttpApiProxy:
|
||||
body: dict = {},
|
||||
*,
|
||||
headers: dict = {},
|
||||
auth_flow_type: str = 'USER_AUTH',
|
||||
**kwargs,
|
||||
) -> dict:
|
||||
return {
|
||||
@@ -59,7 +60,7 @@ class HttpApiProxy:
|
||||
'custom:user_id': '5OxmMjL-ujoR5IMGegQz',
|
||||
'sub': 'c4f30dbd-083e-4b84-aa50-c31afe9b9c01',
|
||||
},
|
||||
'auth_flow_type': 'USER_AUTH',
|
||||
'auth_flow_type': auth_flow_type,
|
||||
},
|
||||
'jwt': {
|
||||
'claims': {'claim1': 'value1', 'claim2': 'value2'},
|
||||
|
||||
Reference in New Issue
Block a user