Releases: onelogin/onelogin-python-sdk
Releases · onelogin/onelogin-python-sdk
1.5.1
04 Oct 11:10
Compare
Sorry, something went wrong.
No results found
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
1.5.0
25 Aug 11:55
Compare
Sorry, something went wrong.
No results found
Add the new do_not_notify parameter to get_session_token_verified and get_saml_assertion_verifying methods
Remove create_session_via_token method. The use of this API call only makes sense in a browser
Include appName on Event object
Implement error_attribute that will provide what attribute caused the error on the execution of the API command if it was provided by the API
1.4.3
24 Jul 07:48
Compare
Sorry, something went wrong.
No results found
Fix get requests from #execute_call
Add example: onelogin_import_users.py
1.4.2
19 Jul 09:34
Compare
Sorry, something went wrong.
No results found
Fix bug introduced when refactoring
1.4.1
15 Jul 08:36
Compare
Sorry, something went wrong.
No results found
1.4.0
07 Jul 12:57
Compare
Sorry, something went wrong.
No results found
The SDK now will try to get a valid token after process the API call and get a 401 as status code
Fix Revoke Token method (wrong URL)
Update dependencies
1.3.2
07 Jun 18:15
Compare
Sorry, something went wrong.
No results found
Fix bug when API returns results like [[]]
Correctly handle pending responses
1.3.1
23 Apr 14:30
Compare
Sorry, something went wrong.
No results found
Fix regenerate_token method
Include CORS header on mfa verification
Add title to User model
1.3.0
13 Apr 15:35
Compare
Sorry, something went wrong.
No results found
Update SDK to use the new OAuth 2.0 endpoint
Add removeFactor method
Implement set_state_to_user method
1.2.1
16 Jan 17:56
Compare
Sorry, something went wrong.
No results found
Fix get_user_apps method (App model had wrong value, the parser forced to integer when the app returns strings)