|
| 1 | +# LoginRadius Python SDK Change Log |
| 2 | + |
| 3 | +# Version 3.2.0 |
| 4 | +## Enhancements |
| 5 | + - Updated demo with new UI and features. |
| 6 | + - Unit tests. |
| 7 | + - Bug fixes. |
| 8 | + - New V2 API's: |
| 9 | + - Auth Privacy Policy Accept |
| 10 | + - Auth Send Welcome Email |
| 11 | + - Auth Verify Email by OTP |
| 12 | + - Auth Delete Account |
| 13 | + - Account Email Delete |
| 14 | + - Phone Login Using OTP |
| 15 | + - Phone Send OTP |
| 16 | + - Remove Phone ID by Access Token |
| 17 | + - 2FA Validate Google Auth Code |
| 18 | + - 2FA Validate OTP |
| 19 | + - Validate Backup Code |
| 20 | + - Update MFA by Access Token |
| 21 | + - Update MFA Setting |
| 22 | + - One Touch Verify OTP by Email |
| 23 | + - Get Active Session Details |
| 24 | + - Access Token via Vkontakte Token |
| 25 | + - Access Token via Google Token |
| 26 | + - Refresh User Profile |
| 27 | + - Refresh Token |
| 28 | + - Delete All Records by Datasource |
| 29 | + |
| 30 | +###Breaking Changes |
| 31 | + - Replaced deprecated [pycrypto package](https://pypi.org/project/pycrypto/) with [cryptography package](https://pypi.org/project/cryptography/) for SOTT generation |
| 32 | + - Updated some existing API's: |
| 33 | + - Get Roles by UID: moved to role class |
| 34 | + - Assign Roles by UID: moved role class |
| 35 | + - One Touch Login: moved to authentication.login class |
| 36 | + - Get Backup Code by Access Token: moved to authentication.TwoFactor class |
| 37 | + - Reset Backup Code by Access Token: moved to authentication.TwoFactor class |
| 38 | + - Get Backup Code by UID: moved to account.TwoFactor class |
| 39 | + - Reset Backup Code by UID: moved to account.TwoFactor class |
| 40 | + |
| 41 | +# Version 3.1.1 |
| 42 | +## Bug Fixed |
| 43 | + - Fixed HTTP method request bug. |
| 44 | + |
| 45 | +# Version 3.1.0 |
| 46 | +## Enhancements |
| 47 | + - Passed API key and Secret key in herader for management API's. |
| 48 | + - Passed SOTT In header. |
| 49 | + - Added Management API to generate a SOTT. |
| 50 | + - Implemented ability to support proxy server. |
| 51 | + - Supported NULL and projection in fields. |
| 52 | + - Added new V2 API's. |
| 53 | + |
| 54 | +# Version 3.0 |
| 55 | +## Enhancements |
| 56 | + - Added Latest V2 APIs. |
0 commit comments