All notable changes to this project will be documented in this file.
- 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.