@nxgt/janus 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/roadmap.md +7 -8
- package/package.json +1 -1
package/docs/roadmap.md
CHANGED
|
@@ -5,7 +5,13 @@ dates here, and the version something shipped in is the only number.
|
|
|
5
5
|
|
|
6
6
|
## Now
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
- **Webhooks** — in a package of its own, `@nxgt/janus-webhooks`: the user
|
|
9
|
+
events `janus({ events })` already hands over, signed and sent over HTTP,
|
|
10
|
+
so another service can follow without polling. A signature it can check —
|
|
11
|
+
the Standard Webhooks headers, HMAC-SHA256, secrets that rotate — retries
|
|
12
|
+
with backoff on failure, and retries that run out reported to a function
|
|
13
|
+
you give, never dropped in silence. The payload carries the event: the user
|
|
14
|
+
named by id, every key camelCase.
|
|
9
15
|
|
|
10
16
|
## Next
|
|
11
17
|
|
|
@@ -36,13 +42,6 @@ Nothing between releases.
|
|
|
36
42
|
catalogue, or replace any one template with your own function of the same
|
|
37
43
|
shape — built with the same toolkit, React Email or a plain string — and
|
|
38
44
|
keep the defaults for the rest.
|
|
39
|
-
- **Webhooks** — in a package of its own, `@nxgt/janus-webhooks`: the user
|
|
40
|
-
events `janus({ events })` already hands over, signed and sent over HTTP,
|
|
41
|
-
so another service can follow without polling. A signature it can check —
|
|
42
|
-
the Standard Webhooks headers, HMAC-SHA256, secrets that rotate — retries
|
|
43
|
-
with backoff on failure, and retries that run out reported to a function
|
|
44
|
-
you give, never dropped in silence. The payload is the event: the user
|
|
45
|
-
named by id, every key camelCase.
|
|
46
45
|
|
|
47
46
|
## Later
|
|
48
47
|
|