crooked-portugal-29682
09/05/2022, 10:29 AMuser_payload: dict[str, str] = {
"identifier": admin_email,
"password": admin_pwd,
"method": "password",
"csrf_token": csrf_token
}
# authorize current client
await <http://self.client.post|self.client.post>(url=f"{self.url}/self-service/login?{flow}", data=user_payload)
numerous-dawn-55367
09/05/2022, 11:15 AMcrooked-portugal-29682
09/05/2022, 12:37 PMhow-to get details of users from admin
. Admin urls are already public in the same network but to get details, we need a session. To have a session we need a user first? 🙂