workos-python
workos-python copied to clipboard
Official Python SDK for interacting with the WorkOS API
Add support for listing feature flags. As of now, from what I can see, only cURL, JS and Ruby supports it. https://workos.com/docs/reference/feature-flags/list-for-organization
I am using workos authkit and after refreshing the session `result.authenticated` is `false` and `reason` is `The token is not yet valid (iat)`. Issue only appears after refreshing the session....
`workos.user_management.UserManagement.create_user` takes a parameter `password_hash_type` if you want to upload a hashed password to workos. In this library this field is typed as `Optional[PasswordHashType]`. In `workos.types.user_management.password_hash_type` this type is defined...
Hi, I'm integrating workos in a project which already uses djangorestframework-simplejwt. With python 3.12 and pip 25, I am unable to install both packages together: ``` python -V Python 3.12.0...
It seems like there's no proper way via this library to get extra fields defined via [JWT templates](https://workos.com/docs/user-management/jwt-templates). Can support be added for that? Thanks!