Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 900 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 900 Bytes

[Unreleased]

[0.2.4] - 2022-08-09

  • Fix issue with previous version

[0.2.3] - 2022-08-09

  • Add enrollments to user

[0.2.2] - 2022-08-09

  • Add possibility to sso with user id instead of email

[0.2.1] - 2022-08-09

  • Add attach and detach methods to the user resource

[0.2.0] - 2022-07-11

  • Adds single sign on functionality
  • Default client secret to nil if not passed and not on env vars

[0.1.3] - 2022-07-08

  • Rename User to UserObject in order to avoid conflicts (breaking change)

[0.1.2] - 2022-07-06

  • Fix bug. Env var for client id was with double quotes
  • Documentation updated

[0.1.1] - 2022-07-06

  • Add expires_in as parameter to persist_access_token_method

[0.1.0] - 2022-06-29

  • Initial release
    • Adds a basic structure to aid future developments
    • Adds methods to interact with the user resource ( list, create, update, find and enroll )