workos-ruby
workos-ruby copied to clipboard
Official Ruby SDK for interacting with the WorkOS API
Hey, I'm using WorkOS MFA in my customer project & utilise Ruby gem. Everything works as expected but I was able to find one confusing response: When running a `challenge_factor`...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruby](https://www.ruby-lang.org) ([source](https://redirect.github.com/ruby/ruby)) | | minor | `3.1.4` -> `3.4.7` | | [ruby](https://www.ruby-lang.org) ([source](https://redirect.github.com/ruby/ruby))...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...
This seems like odd behavior to me: ``` irb(main):023> u.is_a?(WorkOS::DirectoryUser) => true irb(main):024> u.to_hash.is_a?(WorkOS::DirectoryUser) => true ```
## Description Adds "role" property to profile object. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [X] Yes...
## Description Allows updating a user's email in `update_user`. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [X]...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.227.0` -> `v1.268.0` | --- ### Release...
Hello, looks like authenticate_with_code https://workos.com/docs/reference/user-management/authentication/code API supports an invitation_token to authenticate and accept an invitation in one pass. But the current sdk doesn't supports it https://github.com/workos/workos-ruby/blob/main/lib/workos/user_management.rb#L312 Also there isn't any...
The use case for this API call seems to revolve around recording that a resource has been accessed by a user. The current implementation of `WorkOS::AuditLogs.create_event` blocks the execution thread...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6` | --- ### Release...