Skip to content

Releases: LoginRadius/python-sdk

Release version 3.3.0

12 Mar 04:34
Compare
Choose a tag to compare

Enhancements

  • Enabled gzip compression.

Released version 3.2.0

05 Nov 06:15
Compare
Choose a tag to compare

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 with cryptography package 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

Released version 3.1.1 (API V2 Based)

09 Aug 08:58
Compare
Choose a tag to compare
  • Capitalised Method Names.

Released Version 2.8.2 (API V1 Based)

09 Aug 08:52
Compare
Choose a tag to compare

Enhancements

  • Change method (GET POST PUT DELETE) with uppercase

Released version 3.1.0

24 May 10:46
7ab5411
Compare
Choose a tag to compare

Enhancements

  • Passed API key and Secret key in the header for management API's.
  • Passed SOTT in the 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.

Released Version 3.0.1 [API V2 Based]

04 Jul 12:45
Compare
Choose a tag to compare

Enhancements

  • Added readme.rst and history.rst.

Release Version 3.0.0 [API V2 Based]

04 Jul 11:50
Compare
Choose a tag to compare

Enhancements

  • Migrated SDK on V2 APIs, learn more about V2 API

Released Version 2.8.1

08 May 11:35
Compare
Choose a tag to compare

Bugs

  • Fixed issue of function authenticate user
  • Added API for authenticating user by emailid

Released version 2.8.0 [API V1 Based]

02 May 10:08
Compare
Choose a tag to compare

Enhancements

  • Support Python 3
  • Added Token Validate and Invalidate API
  • Added Update Account API
  • Added Check Username API
  • Added Update User by Token API
  • Added Invalidate Email API

Bugs

  • Fixed minor issue of postMessage
  • Fixed issue of Block/Unblock API
  • Fixed issue of Get Custom Object By query API
  • Fixed issue of Change Username API