Skip to content

Released Version 11.2.0

Compare
Choose a tag to compare
@indrasen715 indrasen715 released this 09 Sep 03:41
· 47 commits to master since this release

Enhancements

  • Minor code refactor.
  • Support for appsettings.Environment.json : For example, the appsettings.Production.json and appsettings.Development.json files. The environment version of the file is loaded based on the IHostingEnvironment.EnvironmentName.
  • Added X-Origin-IP header support.
  • Added 429 error code handling for "Too Many Request in a particular time frame".
  • Updated Jquery with the latest version(3.6.0) in SDK Demo

Added new multiple APIs for better user experience

  • MFAEmailOtpByAccessToken
  • MFAValidateEmailOtpByAccessToken
  • MFAResetEmailOtpAuthenticatorByAccessToken
  • MFASecurityQuestionAnswerByAccessToken
  • MFAResetSecurityQuestionAuthenticatorByAccessToken
  • MFAEmailOTP
  • MFAValidateEmailOtp
  • MFASecurityQuestionAnswer
  • MFASecurityQuestionAnswerVerification
  • MFAResetEmailOtpAuthenticatorByUid
  • MFAResetSecurityQuestionAuthenticatorByUid
  • ReAuthValidateEmailOtp
  • ReAuthSendEmailOtp
  • ReAuthBySecurityQuestion
  • PasswordlessLoginVerificationByUserNameAndOTP
  • PasswordlessLoginVerificationByEmailAndOTP
  • GetProfileByPing
  • GetAccessTokenByWeChatCode
  • GetAccessTokenByAppleIdCode
  • LinkSocialIdentitiesByPing (POST)
  • linkSocialIdentities(POST)

Removed APIs:

  • GetSocialUserProfile
  • linkSocialIdentity (PUT)
  • getSocialIdentity (GET)

Added EmailTemplate2FA parameter in the following API

  • MFALoginByEmail
  • MFALoginByUserName
  • MFALoginByPhone

Added RbaBrowserEmailTemplate, RbaCityEmailTemplate ,RbaCountryEmailTemplate , RbaIpEmailTemplate parameter in the following API

  • MFAValidateOTPByPhone
  • MFAValidateGoogleAuthCode
  • MFAValidateBackupCode

Added emailTemplate, verificationUrl ,welcomeEmailTemplate parameter in the following API

  • GetProfileByAccessToken

Removed smsTemplate2FA parameter from the following API

  • mfaValidateGoogleAuthCode

Added isWeb parameter in the following API

  • RefreshAccessToken

Added socialAppName parameter in the following Native Social Login API

  • GetAccessTokenByFacebookAccessToken
  • GetAccessTokenByTwitterAccessToken
  • GetAccessTokenByGoogleAccessToken
  • GetAccessTokenByLinkedinAccessToken
  • GetAccessTokenByAppleIdCode
  • GetAccessTokenByGoogleAuthCode