Skip to content

Releases: stytchauth/stytch-ruby

v3.6.0

11 Jul 21:52
9b3226a

Choose a tag to compare

New Features

v3.5.0

01 Jul 18:20
7c7b8a1

Choose a tag to compare

Features

  • Add to request body, response is returned as raw JSON
  • Custom claims will not be visible on the session object until the product is officially released

v3.4.0

08 Jun 19:29
a9c7cae

Choose a tag to compare

New Features

  • A client can now be created with a custom URL base as the env value to allow use within Stytch's internal development environments. If your app runs on Stytch's production environments (Live or Test) using :live or :test, the correct base URL is already set for you, and you shouldn't need to use this feature.

v3.3.0

01 Jun 20:33
0a4cb66

Choose a tag to compare

New Features

Add support for PKCE to OAuth and Email Magic Link flows.

v3.2.1

04 May 17:11
b15513c

Choose a tag to compare

Fixes

  • When determining the session's expiration time from a JWT, prefer the session's expires_at value over the "exp" claim.
  • When using the "exp" claim as the session expiration, use the same string formatting as the other timestamps.

v3.2.0

03 May 00:11
318ca1d

Choose a tag to compare

New Features

  • client.sessions.authenticate_jwt now does remote verification in response to any JWT error.

v3.1.1

27 Apr 21:38
0d34333

Choose a tag to compare

Fixes

  • Session JWTs: Extract the session ID from the session claim instead of the "jti" claim.

v3.1.0

26 Apr 23:27
eebe06b

Choose a tag to compare

New Features

  • Support for the user search endpoint: client.users.search
  • A helper for lazily iterating through the search results: client.users.search_all

v3.0.0

22 Apr 18:50
9d81eb3

Choose a tag to compare

New Features

  • The API has support for IdP and Stytch sessions at the same time from the OAuthAuthenticate endpoint. The IdP session is always returned, and a Stytch session can be requested by including a session_duration_minutes field.

Breaking Changes

Fixes

  • n/a

Upgrade Guide

  • See breaking changes

v2.12.0

08 Apr 19:57
15bfb92

Choose a tag to compare

New Features

  • Add support for session JWTs