Initial import of zappier-identity from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 18:38:50 -04:00
commit 3f136070b6
8 changed files with 204 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# zappier-identity
Mailbox for **Verae user id bind/lookup**. Public credentials stay zappier API keys. JWTs never live here.
**Forgejo:** https://git.georgelambert.org/marchon/zappier-identity
| Address | Kind |
|---------|------|
| `verae.identity.bind` | request-reply `{ email, customerId }` |
| `verae.identity.lookup` | request-reply `{ customerId }` or `{ veraeUserId }` |
HTTP `:3026` `POST /bind` `GET /lookup/:customerId`.