whodis-sdk
Version:
A simple sdk for easy, secure authentication with the whodis platform. Setup secure authentication for your app in seconds.
8 lines (7 loc) • 652 B
TypeScript
export { addUserContactMethod } from '../logic/api/addUserContactMethod';
export { removeUserContactMethod } from '../logic/api/removeUserContactMethod';
export { createUser } from '../logic/api/createUser';
export { getUser } from '../logic/api/getUser';
export { getAuthedClaimsFromHeaders } from '../logic/auth/getAuthedClaimsFromHeaders';
export { genTestUserUuid, isTestUserUuid } from '../logic/prep/genTestUserUuid';
export { WhodisContactMethod, WhodisContactMethodType, WhodisUser, WhodisAuthTokenClaims, WhodisIdentity, WhodisIdentityOrigin, WhodisIdentityProfile, WhodisIdentityProfileName, WhodisIdentityProfilePicture, } from '../domain';