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

5
src/subjects.js Normal file
View file

@ -0,0 +1,5 @@
export const SUBJECTS = {
BIND: 'verae.identity.bind',
LOOKUP: 'verae.identity.lookup',
QUEUE: 'identity',
};