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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
> **LoginRadius PHP 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://www.loginradius.com/docs/api/v2/deployment/sdk-libraries/php-library/)
2
2
3
+
# Version 11.7.0
4
+
5
+
**Release Date:** March 24, 2025
6
+
7
+
## Enhancements
8
+
9
+
We've introduced a brand-new set of Webhook APIs, designed with enhanced functionality and flexibility. These new APIs support advanced features including:
10
+
11
+
- Custom header configuration
12
+
- Query parameter support
13
+
- Webhook authentication methods (Bearer Token and Basic Auth)
14
+
- Support for a custom `Name` parameter to label each webhook subscription
15
+
16
+
As part of this upgrade, the legacy Webhook APIs have been deprecated in favor of the new, more robust versions.
17
+
18
+
## Newly Added APIs
19
+
20
+
-`getWebhookSubscriptionDetail` – Retrieve detailed information about a specific webhook subscription
21
+
-`createWebhookSubscription` – Create a new webhook subscription with advanced configuration options
22
+
-`deleteWebhookSubscription` – Remove an existing webhook subscription
23
+
-`updateWebhookSubscription` – Modify an existing webhook subscription
24
+
-`listAllWebhooks` – Retrieve a list of all configured webhook subscriptions
25
+
-`getWebhookEvents` – Fetch available webhook events supported by the system
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.
* 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.
44
+
* This API is used to create a new webhook subscription on your LoginRadius site.
49
45
* @param webHookSubscribeModel Model Class containing Definition of payload for Webhook Subscribe API
50
-
* @return Response containing Definition of Complete Validation data
46
+
* @return Response containing Definition for Complete WebHook data
0 commit comments