workos-elixir
workos-elixir copied to clipboard
Experimental Elixir SDK for interacting with the WorkOS API
Also upgrades hackney, fixes 1 warning and 5 tests.
Logging in a user with a code returns an OAuth access token and refresh token in the API response. Currently these tokens are discarded when casting the Authentication struct -...
In looking through the [WorkOS API docs](https://workos.com/docs/reference/directory-sync/directory-user/get), I noticed the response for directory sync users included groups nested within the user data. When attempting to use the workos-elixir package I...
Hi WorkOS team, I’m currently using the WorkOS.MFA module in the Elixir SDK. I noticed that all its functions (like enroll_factor/1) are marked with `@deprecated`, which causes compiler warnings. I...
Closes #71 Read issue for more details. I confirmed with WorkOS support that the standalone MFA module is not planned for removal. The current `@deprecated` tag breaks builds for teams...
- Expanded @moduledoc for WorkOS.Organizations with a clear overview and comprehensive usage examples. - Clarified docstrings for function parameters. - No functional changes.