Initial import of zappier-identity from zapier monorepo
This commit is contained in:
commit
d422bb2639
8 changed files with 204 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue