- Fix issue with previous version
- Add enrollments to user
- Add possibility to sso with user id instead of email
- Add attach and detach methods to the user resource
- Adds single sign on functionality
- Default client secret to nil if not passed and not on env vars
- Rename User to UserObject in order to avoid conflicts (breaking change)
- Fix bug. Env var for client id was with double quotes
- Documentation updated
- Add expires_in as parameter to persist_access_token_method
- Initial release
- Adds a basic structure to aid future developments
- Adds methods to interact with the user resource ( list, create, update, find and enroll )