Releases: LoginRadius/php-sdk
Releases · LoginRadius/php-sdk
Released Version 11.7.0
Version 11.7.0
Release on March 24, 2025
Enhancements
We've introduced a brand-new set of Webhook APIs designed with enhanced functionality and flexibility. These new APIs support advanced features including:
- Custom header configuration
- Query parameter support
- Webhook authentication methods (Bearer Token and Basic Auth)
- Support for a custom
Nameparameter to label each webhook subscription
As part of this upgrade, the legacy Webhook APIs have been deprecated in favor of the new, more robust versions.
Newly Added APIs
getWebhookSubscriptionDetail– Retrieve detailed information about a specific webhook subscriptioncreateWebhookSubscription– Create a new webhook subscription with advanced configuration optionsdeleteWebhookSubscription– Remove an existing webhook subscriptionupdateWebhookSubscription– Modify an existing webhook subscriptionlistAllWebhooks– Retrieve a list of all configured webhook subscriptionsgetWebhookEvents– Fetch available webhook events supported by the system
Deprecated APIs
The following legacy APIs have been deprecated:
webHookUnsubscribewebhookTestwebHookSubscribegetWebHookSubscribedURLs
Released Version 11.6.0
Added following APIs:
MFAValidateAuthenticatorCodeMFAVerifyAuthenticatorCodeRevokeAllRefreshTokenMultipurposeEmailTokenGenerationMultipurposeSMSOTPGenerationMFAReAuthenticateByAuthenticatorCodeAuthSendVerificationEmailForLinkingSocialProfilesSlidingAccessTokenAccessTokenViaCustomJWTTokenMFAResetAuthenticatorByTokenMFAResetAuthenticatorByUid
Enhancements
- Added
isVoiceOtpparameter inResetPhoneIDVerificationByUidAPI - Added
isVoiceOtpparameter inMFAConfigureByAccessTokenAPI - Added
isVoiceOtpandoptionsparameter inMFAUpdatePhoneNumberByTokenAPI - Added
isVoiceOtp,emailTemplate2FAandoptionsparameter inMFALoginByEmailAPI - Added
isVoiceOtpandemailTemplate2FAparameter inMFALoginByUserNameAPI - Added
isVoiceOtp,emailTemplate2FAandoptionsparameter inMFALoginByPhoneAPI - Added
isVoiceOtpandoptionsparameter inMFAUpdatePhoneNumberAPI - Added
isVoiceOtpparameter inMFAResendOTPAPI - Added
isVoiceOtpparameter inMFAReAuthenticateAPI - Added
isVoiceOtpandoptionsparameter inUpdateProfileByAccessTokenAPI - Added
isVoiceOtpparameter inUserRegistrationByEmailAPI - Added
isVoiceOtpparameter inUserRegistrationByCaptchaAPI - Added
isVoiceOtpparameter inOneTouchLoginByPhoneAPI - Added
isVoiceOtpparameter inPasswordlessLoginPhoneVerificationAPI - Added
isVoiceOtpparameter inPasswordlessLoginByPhoneAPI - Added
isVoiceOtpparameter inForgotPasswordByPhoneOTPAPI - Added
isVoiceOtpparameter inPhoneVerificationByOTPAPI - Added
isVoiceOtpparameter inPhoneVerificationOTPByAccessTokenAPI - Added
isVoiceOtpparameter inPhoneResendVerificationOTPAPI - Added
isVoiceOtpparameter inUpdatePhoneNumberAPI - Added
isVoiceOtpandemailTemplateparameter inUserRegistrationByPhoneAPI - Added
isVoiceOtpparameter inSendForgotPINSMSByPhoneAPI - Added
uuidparameter inVerifyEmailAPI
Removed the following parameter
-smsTemplate2FA parameter in MFAConfigureByAccessToken API
Removed (Deprecated) APIs:
MFAValidateGoogleAuthCodeMFAReAuthenticateByGoogleAuthMFAResetGoogleAuthByTokenMFAResetGoogleAuthenticatorByUidMFAUpdateByAccessToken
Released Version 11.5.0
Removed (Deprecated) APIs:
AuthGetRegistrationDataValidateRegistrationDataCodeGetRegistrationDataAddRegistrationDataUpdateRegistrationDataDeleteRegistrationDataDeleteAllRecordsByDataSourceGetAccessTokenByVkontakteAccessTokenGetAlbumGetAlbumsWithCursorGetAudiosGetAudiosWithCursorGetCheckInsGetCheckInsWithCursorGetContactsGetEventsGetEventsWithCursorGetFollowingsGetFollowingsWithCursorGetGroupsGetGroupsWithCursorGetLikesGetLikesWithCursorGetMentionsPostMessageGetPageGetPhotosGetPostsStatusPostingTrackableStatusPostingGetTrackableStatusStatsTrackableStatusFetchingGetVideosGetRefreshedSocialUserProfile
Released Version 11.4.2
Enhancements
- Added Referer Header Feature
Released Version 11.4.1
Enhancements
- Added
emailTemplateparameter inuserRegistrationByPhoneApi
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.