Releases: LoginRadius/java-sdk
Releases · LoginRadius/java-sdk
Released Version 11.6.0
Version 11.6.0
Release on July 02, 2024
Added following APIs:
MFAValidateAuthenticatorCode
MFAVerifyAuthenticatorCode
RevokeAllRefreshToken
MultipurposeEmailTokenGeneration
MultipurposeSMSOTPGeneration
MFAReAuthenticateByAuthenticatorCode
AuthSendVerificationEmailForLinkingSocialProfiles
SlidingAccessToken
AccessTokenViaCustomJWTToken
MFAResetAuthenticatorByToken
MFAResetAuthenticatorByUid
Breaking Changes
For developers migrating to v11.6.0, there will be minor breaking changes in terms of SDK implementation. In this version, we have added/removed following parameter in respective Api.
- 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 - Added
h-captcha-response
in the Captcha Model - Removed
smsTemplate2FA
parameter inMFAConfigureByAccessToken
API
Removed (Deprecated) APIs:
MFAValidateGoogleAuthCode
MFAReAuthenticateByGoogleAuth
MFAResetGoogleAuthByToken
MFAResetGoogleAuthenticatorByUid
Released Version 11.5.0
Enhancements
- We have updated some of the dependencies to the latest Version.
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
Breaking Changes
For developers migrating to v11.5.0, there will be minor breaking changes in terms of SDK implementation. In this version, we have added emailTemplate
parameter in userRegistrationByPhone
Api.
Released Version 11.4.0
Enhancements
- We are introducing an additional param
getLrServerTime
in the manual SOTT generation functiongetSott()
, we recomend using this method to generate SOTT manually, the old functiongetSott()
will also exist but it is deprecated, and will be removed in a future version of SDK. - Enhancement in
README.md
file.
Released Version 11.3.1
Enhancements
- Added a feature to add ApiKey and ApiSecret directly in LoginRadius manual SOTT generation method.
- Code optimization for better performance.
- Added Licence and Contribution Guideline files.
Breaking Changes
For developers migrating from v11.3.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 getSott()
.
Released Version 11.3.0
Enhancements
- Added JWT Login feature in SDK demo
Added new multiple APIs for better user experience
- JWT token by Access Token
- JWT token by Email and Password
- JWT token by Username and Password
- JWT token by Phone and Password
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.0
Enhancements
- Added Proxy Server Feature.
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.1
- Added X-Origin-IP header support.
- Added 429 error code handling for "Too Many Request in a particular time frame".
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)
Released Version 10.0.2
Bug Fixes
- Fixed Access Token caching issue.