Skip to content

Commit b5b66d7

Browse files
Version 10.0.0-beta
Enhancements : This beta version release includes major changes with several improvements and optimizations - Enhanced the coding standards of SDK to follow industry programming styles and best practices. - Enhanced security standards of SDK. - Reduced code between the business layer and persistence layer for optimization of SDK performance. - Added internal parameter validations in the API function - ApiKey and ApiSecret usage redundancy removed - All LoginRadius related features need to be defined once only and SDK will handle them automatically - Improved the naming conventions of API functions for better readability. - Better Error and Exception Handling for LoginRadius API Response in SDK - Revamped complete SDK and restructured it with latest API function names and parameters - Added detailed description to API functions and parameters for better understanding - Updated the demo according to latest SDK changes - Used path module for OS independent Added new multiple APIs for better user experience <br> - Update Phone ID by UID - Upsert Email - Role Context profile - MFA Resend OTP - User Registration By Captcha - Get Access Token via Linkedin Token - Get Access Token By Foursquare Access Token - Get Active Session By Account Id - Get Active Session By Profile Id Removed APIs: - GetCompanies API
1 parent 0672aab commit b5b66d7

File tree

618 files changed

+54482
-33148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

618 files changed

+54482
-33148
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
33

44
>LoginRadius Node JS SDK Change Log provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention](https://docs.loginradius.com/api/v2/deployment/sdk-libraries/node-js-library)
55
6+
Version 10.0.0-beta
7+
8+
Released on Aug 05, 2019
9+
<br>
10+
Enhancements :
11+
This beta version release includes major changes with several improvements and optimizations
12+
- Enhanced the coding standards of SDK to follow industry programming styles and best practices.
13+
- Enhanced security standards of SDK.
14+
- Reduced code between the business layer and persistence layer for optimization of SDK performance.
15+
- Added internal parameter validations in the API function
16+
- ApiKey and ApiSecret usage redundancy removed
17+
- All LoginRadius related features need to be defined once only and SDK will handle them automatically
18+
- Improved the naming conventions of API functions for better readability.
19+
- Better Error and Exception Handling for LoginRadius API Response in SDK
20+
- Revamped complete SDK and restructured it with latest API function names and parameters
21+
- Added detailed description to API functions and parameters for better understanding
22+
- Updated the demo according to latest SDK changes
23+
- Used path module for OS independent
24+
25+
Added new multiple APIs for better user experience
26+
<br>
27+
- Update Phone ID by UID
28+
- Upsert Email
29+
- Role Context profile
30+
- MFA Resend OTP
31+
- User Registration By Captcha
32+
- Get Access Token via Linkedin Token
33+
- Get Access Token By Foursquare Access Token
34+
- Get Active Session By Account Id
35+
- Get Active Session By Profile Id
36+
37+
Removed APIs:
38+
- GetCompanies API
39+
40+
41+
=============================================================
42+
643
Version 4.5.0
744

845
Released on March 12, 2019

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 LoginRadius Inc.
1+
Copyright (c) 2019 LoginRadius Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)