workos-ruby
workos-ruby copied to clipboard
Official Ruby SDK for interacting with the WorkOS API
## Description According to the documentation, the reset password response is supposed to return the user, But, in the gem, the user was nil because the user is wrapped in...
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 not be...
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved performance. GH-244 GH-245 GH-246 GH-249 GH-256 Patch by NAITOH Jun Raise appropriate...
## Description This commit upgrades the ruby-jwt dependency to version 3.1, bringing improved security and RFC compliance. - Upgraded jwt gem dependency from ~> 2.8 to ~> 3.1 in workos.gemspec...
I am integrating WorkOS into [RWX](https://www.rwx.com). I added `workos` to my Gemfile: ```ruby gem "workos" ``` And I realized today that bundler installed version 5.6.0, which is about 1 year...
## Description The parameter name in the documentation was incorrectly listed as `user` when it should be `group` according to the folloiwing API reference documentation. https://workos.com/docs/reference/directory-sync/directory-user/list ## Documentation Does this...