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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# LoginRadius Python SDK Change Log
2
2
3
+
4
+
# Version 11.7.0
5
+
6
+
**Release Date:** March 29, 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
+
## Newly Added APIs
20
+
21
+
-`get_webhook_subscription_detail` – Retrieve detailed information about a specific webhook subscription
22
+
-`create_webhook_subscription` – Create a new webhook subscription with advanced configuration options
23
+
-`delete_webhook_subscription` – Remove an existing webhook subscription
24
+
-`update_webhook_subscription` – Modify an existing webhook subscription
25
+
-`list_all_webhooks` – Retrieve a list of all configured webhook subscriptions
26
+
-`get_webhook_events` – 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.
0 commit comments