Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
Agarwal-Sudhanshu committed Nov 5, 2018
1 parent 7bd55fd commit 20710b4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 53 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# LoginRadius Python SDK Change Log

# Version 3.2.0
## Enhancements
- Updated demo with new UI and features.
- Unit tests.
- Bug fixes.
- New V2 API's:
- Auth Privacy Policy Accept
- Auth Send Welcome Email
- Auth Verify Email by OTP
- Auth Delete Account
- Account Email Delete
- Phone Login Using OTP
- Phone Send OTP
- Remove Phone ID by Access Token
- 2FA Validate Google Auth Code
- 2FA Validate OTP
- Validate Backup Code
- Update MFA by Access Token
- Update MFA Setting
- One Touch Verify OTP by Email
- Get Active Session Details
- Access Token via Vkontakte Token
- Access Token via Google Token
- Refresh User Profile
- Refresh Token
- Delete All Records by Datasource

###Breaking Changes
- Replaced deprecated [pycrypto package](https://pypi.org/project/pycrypto/) with [cryptography package](https://pypi.org/project/cryptography/) for SOTT generation
- Updated some existing API's:
- Get Roles by UID: moved to role class
- Assign Roles by UID: moved role class
- One Touch Login: moved to authentication.login class
- Get Backup Code by Access Token: moved to authentication.TwoFactor class
- Reset Backup Code by Access Token: moved to authentication.TwoFactor class
- Get Backup Code by UID: moved to account.TwoFactor class
- Reset Backup Code by UID: moved to account.TwoFactor class

# Version 3.1.1
## Bug Fixed
- Fixed HTTP method request bug.

# Version 3.1.0
## Enhancements
- Passed API key and Secret key in herader for management API's.
- Passed SOTT In header.
- Added Management API to generate a SOTT.
- Implemented ability to support proxy server.
- Supported NULL and projection in fields.
- Added new V2 API's.

# Version 3.0
## Enhancements
- Added Latest V2 APIs.
53 changes: 0 additions & 53 deletions CHANGELOG.txt

This file was deleted.

0 comments on commit 20710b4

Please sign in to comment.