Skip to content

Commit 20710b4

Browse files
Version 3.2.0
updated changelog
1 parent 7bd55fd commit 20710b4

File tree

2 files changed

+56
-53
lines changed

2 files changed

+56
-53
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.

CHANGELOG.txt

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)