workos-python
workos-python copied to clipboard
Official Python SDK for interacting with the WorkOS API
When sending an `organization.created` event (both a test event and a real one) an error is thrown: `allow_profiles_outside_organization is required.` The field is marked as deprecated since version 4.12.0
Either in this repo, or on the Flask sample, what is the status of AuthKit integration? I've been manually translating the node examples into Python, here is what I've come...
## Description This PR adds support for configuring a JWT leeway parameter that helps address token validation timing issues. When authenticating with WorkOS, occasional errors like "The token is not...
Is here way with ```sso``` methods to accept PKCE attributes when using `workos_client.sso.get_profile_and_token(code)`? I found that just user_management methods support PKCE code_challenge and verifier. Thanks.
## Description I ran this by @nicknisi, but this is an upgrade to the plumbing behind our package building a testing to use UV instead of `setup.py`. "Why?" I hear...
## Description Updating python library sdk to always generating an idempotencyKey if not present when POSTing audit-logs events. Also updated to add retryability to endpoints. I set it up to...
Fixes #460 ## Description The types in the python library didn't match the list of valid hash types at https://workos.com/docs/migrate/other-services/2-importing-users-into-workos/importing-passwords ## Documentation Does this require changes to the WorkOS Docs?...
## Description ## Documentation Once a new version is released, one could update the code examples that are currently limited to `authkit-nextjs` and `express`. ``` [x] Yes ``` If yes,...
Hi, setup is a nextjs frontend configured with authkit - setup with cookie password and the instructions detailed in the user guide. this works fine and i can authenticate, sign...
Hello, I noticed there is no way to accept invitations programmaticaly. Workos supports this via API per documentation https://workos.com/docs/reference/authkit/invitation/accept However in https://github.com/workos/workos-python/pull/220 only support for get, list, send and revoke...