Skip to content

Released version 3.2.0

Compare
Choose a tag to compare
@Agarwal-Sudhanshu Agarwal-Sudhanshu released this 05 Nov 06:15
· 46 commits to master since this release

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