You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,42 @@
1
1
2
2
> **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)
3
3
4
+
# Version 11.7.0
5
+
6
+
**Release Date:** March 28, 2025
7
+
8
+
## Enhancements
9
+
10
+
We've introduced a brand-new set of Webhook APIs, designed with enhanced functionality and flexibility. These new APIs support advanced features including:
11
+
12
+
- Custom header configuration
13
+
- Query parameter support
14
+
- Webhook authentication methods (Bearer Token and Basic Auth)
15
+
- Support for a custom `Name` parameter to label each webhook subscription
16
+
17
+
As part of this upgrade, the legacy Webhook APIs have been deprecated in favor of the new, more robust versions.
18
+
19
+
Additionally, this release includes minor improvements and bug fixes to enhance overall stability and performance.
20
+
21
+
22
+
## Newly Added APIs
23
+
24
+
-`getWebhookSubscriptionDetail` – Retrieve detailed information about a specific webhook subscription
25
+
-`createWebhookSubscription` – Create a new webhook subscription with advanced configuration options
26
+
-`deleteWebhookSubscription` – Remove an existing webhook subscription
27
+
-`updateWebhookSubscription` – Modify an existing webhook subscription
28
+
-`listAllWebhooks` – Retrieve a list of all configured webhook subscriptions
29
+
-`getWebhookEvents` – Fetch available webhook events supported by the system
Copy file name to clipboardExpand all lines: README.md
+98-24
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ LoginRadius Combined Node SDK features a combined SDK set to encompass Social Lo
34
34
This document contains information and examples regarding the LoginRadius Node.js SDK. It provides guidance for working with social authentication, user profile data, and sending messages with a variety of social networks such as Facebook, Google, Twitter, Yahoo, LinkedIn, and more.
35
35
You can get the SDK from [here](http://github.com/LoginRadius/node-js-sdk)
36
36
37
-
Note: The latest version(11.6.0) of Node js SDK works with LoginRadius V2 APIs.
37
+
Note: The latest version(11.7.0) of Node js SDK works with LoginRadius V2 APIs.
API can be used to configure a WebHook on your LoginRadius site. Webhooks also work on subscribe and notification model, subscribe your hook and get a notification. Equivalent to RESThook but these provide security on basis of signature and RESThook work on unique URL. Following are the events that are allowed by LoginRadius to trigger a WebHook service call. [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-subscribe)
5545
+
This API is used to update a webhook subscription [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/update-webhook-subscription/)
This API is used to create a new webhook subscription on your LoginRadius site. [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/create-webhook-subscription/)
<h6id="GetWebhookSubscriptionDetail-get-"> Get Webhook Subscription Detail (GET)</h6>
5567
5622
5568
-
This API is used to fatch all the subscribed URLs, for particular event[More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-subscribed-urls)
5623
+
This API is used to get details of a webhook subscription by Id[More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/get-webhook-subscription-details/)
<h6id="GetWebhookEvents-get-"> Get Webhook Events (GET)</h6>
5609
5665
5610
-
API can be used to unsubscribe a WebHook configured on your LoginRadius site. [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-unsubscribe)
5666
+
This API is used to retrieve all the webhook events. [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/get-webhook-events/)
This API is used to delete webhook subscription [More Info](https://www.loginradius.com/docs/api/v2/integrations/webhooks/delete-webhook-subscription/)
0 commit comments