Skip to content

v1.3.0

Compare
Choose a tag to compare
@pitbulk pitbulk released this 27 Nov 13:26
· 64 commits to master since this release
  • #4 Create ApiException that will be raised on Cursor when OneLogin API returns an error
  • Move extract_error_message_from_response and extract_error_attribute_from_response to an specific class
  • Fix issue with error code at regenerate_token method.
  • Fix the way errors of get_access_token and regenerate_token are handled, v2 endpoint always return 200 status code so may inspect the response body
  • #26 Be able to define timeout
  • Add manager_user_id to User model