Bind each customer to a Verae userId for hop tracing
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Signup registers/binds a Verae central user and stores veraeUserId. Public access stays the zappier API key. Chain JWTs stay server-side behind tokenRef. Authz, billing, and jobs.watch carry veraeUserId.
This commit is contained in:
parent
1b199ca4d4
commit
345aeeead9
79 changed files with 703 additions and 95 deletions
|
|
@ -25,6 +25,7 @@ All subjects are prefixed with `verae.zapier.` to isolate this platform from oth
|
|||
| `tenantId` | string | yes | Owning tenant |
|
||||
| `jobId` | string | yes | Verae job id |
|
||||
| `tokenRef` | string | preferred | Opaque ref to resolve Verae credentials (avoid raw JWT) |
|
||||
| `veraeUserId` | string | preferred | Stable Verae central user id (`vu_…`); not a JWT |
|
||||
| `veraeToken` | string | discouraged | Only if tokenRef unavailable; redacted in logs |
|
||||
| `enqueuedAt` | ISO-8601 | yes | Enqueue time |
|
||||
| `attempt` | number | yes | Delivery attempt (0-based) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue