LoginRadius SDK v11.4.0 Release
In this SDKs release, we have made the following enhancements for a better user experience. Kindly refer below for further updates regarding enhancements added to the specific SDKs.
PHP SDK
Enhancements
- Removed the additional version name from multiple files in SDK.
- Introduced a new manual SOTT generation method
getSott()
with additional parametersstartTime
&endTime
. We recommend using this method to generate SOTT manually. The old functionencrypt()
still exists; however, it is deprecated and will be removed in a future version of SDK.
You can obtain the latest LoginRadius PHP SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
Python SDK
Enhancements
- Added additional parameters
startTime
andendTime
in LoginRadius manual SOTT generation methodget_sott()
. - Enhancement in
README.md
file. - Code optimized for better performance.
- Added additional parameters
You can obtain the latest LoginRadius Python SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
JAVA SDK
Enhancements
- Introduced an additional parameter
getLrServerTime
in the manual SOTT generation functiongetSott()
.We recommend using this method to generate SOTT manually. The old functiongetSott()
still exists; however, it is deprecated and will be removed in a future version of SDK. - Enhancement in
README.md
file.
- Introduced an additional parameter
You can obtain the latest LoginRadius JAVA SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
Node.Js SDK
Enhancements
- Standardized the
getSott()
function and added an additional parametertimeDifference
in thegetSott()
function to get the SOTT using the time difference. - Enhancement in
README.md
file.
- Standardized the
You can obtain the latest LoginRadius Node.Js SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
ASP.NET SDK
Enhancements
- Added additional parameters
TimeDifference
&getLrServerTime
inGetSott()
function. - Enhancement in
README.md
file.
- Added additional parameters
You can obtain the latest LoginRadius ASP.NET SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
Ruby on Rails SDK
Enhancements
- Introduced a new manual SOTT generation method
get_sott()
with additional parametersstart_time
&end_time
. We recommend using this method to generate SOTT manually. The old functionlocal_generate_sott()
still exists; however, it is deprecated and will be removed in a future version of SDK. - Enhancement in
README.md
file.
- Introduced a new manual SOTT generation method
You can obtain the latest LoginRadius Ruby on Rails SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
Go SDK
Enhancements
- Introduced connection pooling in the Go Default Http client to keep fewer connections open, and it will support more requests with minimal server resources.
- Enhancement in
README.md
file.
Added new multiple APIs for a better user experience
- GetRevokeRefreshToken
- GetRefreshAccessTokenByRefreshToken
You can obtain the latest LoginRadius Go SDK via our GitHub page.
You can also refer to the SDK documentation for details and installation instructions.
Please reach out to our support or live chat for general inquiries and assistance regarding the implementation of the new features and enhancements.