All notable changes to this project will be documented in this file.
0.7.1 (2024-12-20)
- jwt validation correctly compares the aud with both app id and auth origin (#147) (8b03140)
- validate_jwt now refreshes cache if it is expired after client initialization (#145) (eef1230)
0.7.0 (2024-12-12)
- add new class and method names (4515ac6)
- add parameter guards (#116) (ce5c590)
- codegen: create magic link request fields are now optional (#113) (f04af7b)
- jwks caching with ActiveSupport (#111) (34df698)
- reworks the new create magic link func into three separate functions (#121) (10c9870)
- support jwt aud validation for hosted apps (#117) (bcaaebe)
- Update to the new README template, updated license, updated metadata in gemspec file
- Updated documentation links to point to new documentation
GetUserByIdentifier
method has been addedListPaginatedUsersItem
model has been added
AppleUserSocialConnection
model has been added
UserEventInfo
has been renamed toUserRecentEvent
- Docs have been moved to
/docs
GithubSocialConnection
has been renamed toGithubUserSocialConnection
GoogleSocialConnection
has been renamed toGoogleUserSocialConnection
- The
UserInfo
class has a new'social_connections' =>:'UserSocialConnections'
field for GitHub and Google
- Generate types and api calls with openapi generator.
- Version constant instead of parsing gemspec.
user.signout()
->auth.revoke_user_refresh_tokens()
auth.authenticate_request()
->auth.validate_jwt()
- Types are now generated. Previous type names may have changed. See documentation for model definitions.