Releases: LoginRadius/php-sdk
Releases · LoginRadius/php-sdk
Released Version 11.6.0
Added following APIs:
MFAValidateAuthenticatorCode
MFAVerifyAuthenticatorCode
RevokeAllRefreshToken
MultipurposeEmailTokenGeneration
MultipurposeSMSOTPGeneration
MFAReAuthenticateByAuthenticatorCode
AuthSendVerificationEmailForLinkingSocialProfiles
SlidingAccessToken
AccessTokenViaCustomJWTToken
MFAResetAuthenticatorByToken
MFAResetAuthenticatorByUid
Enhancements
- Added
isVoiceOtp
parameter inResetPhoneIDVerificationByUid
API - Added
isVoiceOtp
parameter inMFAConfigureByAccessToken
API - Added
isVoiceOtp
andoptions
parameter inMFAUpdatePhoneNumberByToken
API - Added
isVoiceOtp
,emailTemplate2FA
andoptions
parameter inMFALoginByEmail
API - Added
isVoiceOtp
andemailTemplate2FA
parameter inMFALoginByUserName
API - Added
isVoiceOtp
,emailTemplate2FA
andoptions
parameter inMFALoginByPhone
API - Added
isVoiceOtp
andoptions
parameter inMFAUpdatePhoneNumber
API - Added
isVoiceOtp
parameter inMFAResendOTP
API - Added
isVoiceOtp
parameter inMFAReAuthenticate
API - Added
isVoiceOtp
andoptions
parameter inUpdateProfileByAccessToken
API - Added
isVoiceOtp
parameter inUserRegistrationByEmail
API - Added
isVoiceOtp
parameter inUserRegistrationByCaptcha
API - Added
isVoiceOtp
parameter inOneTouchLoginByPhone
API - Added
isVoiceOtp
parameter inPasswordlessLoginPhoneVerification
API - Added
isVoiceOtp
parameter inPasswordlessLoginByPhone
API - Added
isVoiceOtp
parameter inForgotPasswordByPhoneOTP
API - Added
isVoiceOtp
parameter inPhoneVerificationByOTP
API - Added
isVoiceOtp
parameter inPhoneVerificationOTPByAccessToken
API - Added
isVoiceOtp
parameter inPhoneResendVerificationOTP
API - Added
isVoiceOtp
parameter inUpdatePhoneNumber
API - Added
isVoiceOtp
andemailTemplate
parameter inUserRegistrationByPhone
API - Added
isVoiceOtp
parameter inSendForgotPINSMSByPhone
API - Added
uuid
parameter inVerifyEmail
API
Removed the following parameter
-smsTemplate2FA
parameter in MFAConfigureByAccessToken
API
Removed (Deprecated) APIs:
MFAValidateGoogleAuthCode
MFAReAuthenticateByGoogleAuth
MFAResetGoogleAuthByToken
MFAResetGoogleAuthenticatorByUid
MFAUpdateByAccessToken
Released Version 11.5.0
Removed (Deprecated) APIs:
AuthGetRegistrationData
ValidateRegistrationDataCode
GetRegistrationData
AddRegistrationData
UpdateRegistrationData
DeleteRegistrationData
DeleteAllRecordsByDataSource
GetAccessTokenByVkontakteAccessToken
GetAlbum
GetAlbumsWithCursor
GetAudios
GetAudiosWithCursor
GetCheckIns
GetCheckInsWithCursor
GetContacts
GetEvents
GetEventsWithCursor
GetFollowings
GetFollowingsWithCursor
GetGroups
GetGroupsWithCursor
GetLikes
GetLikesWithCursor
GetMentions
PostMessage
GetPage
GetPhotos
GetPosts
StatusPosting
TrackableStatusPosting
GetTrackableStatusStats
TrackableStatusFetching
GetVideos
GetRefreshedSocialUserProfile
Released Version 11.4.2
Enhancements
- Added Referer Header Feature
Released Version 11.4.1
Enhancements
- Added
emailTemplate
parameter inuserRegistrationByPhone
Api
Released Version 11.4.0
Enhancements
- Removed the additional version name from multiple files in SDK.
- We are introducing a new manual Sott generation method
getSott()
with additional parameterstartTime
&endTime
, we recomend using this method to generate SOTT manually , the old functionencrypt()
will also exist but it is deprecated and will be removed in a future version of SDK.
Released Version 11.3.0
Enhancements
- Added a feature to add ApiKey and ApiSecret directly in LoginRadius manual SOTT generation method.
- Added Licence and Contribution Guideline files.
Breaking Changes
For developers migrating from v11.2.0, there will be 1 minor breaking change in terms of SDK implementation. In this version, we have added a feature to add ApiKey & ApiSecret directly into the manual SOTT generation method encrypt()
.
Released Version 11.2.0
Enhancements
- 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
Removed (Deprecated) API:
- GetSocialUserProfile
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
Released Version 11.1.1
Bug Fixed
- Fixed API Key Validation issue
Released Version 11.1.0
Enhancements
- Added X-Origin-IP header support.
- Added 429 error code handling for "Too Many Request in a particular time frame".
Added new multiple APIs for better user experience
- Get Profile By Ping.
- Passwordless Login Verification By Email And OTP.
- Passwordless Login Verification By User Name And OTP.
Released Version 11.0.0
Enhancements
- Added a parameter isWeb in "RefreshAccessToken" API.
- Added a parameter SocialAppName in "getAccessTokenByFacebookAccessToken, getAccessTokenByTwitterAccessToken,
getAccessTokenByGoogleAccessToken, getAccessTokenByLinkedinAccessToken, getAccessTokenByAppleIdCode, getAccessTokenByGoogleAuthCode" native Social login APIs.
Added new multiple APIs for better user experience
- Added linkSocialIdentities(POST) API.
- Added linkSocialIdentitiesByPing(POST) API.
- Added getAccessTokenByAppleIdCode API.
- Added getAccessTokenByWeChatCode API.
Removed APIs:
- linkSocialIdentity API(PUT)
- getSocialIdentity API(GET)