This is a monorepo of packages for developing and integrating Hellō
A CLI and nodejs module for adding Hellō to a Next.js app.
npx @hellocoop/quickstart-nextjs
A Next.js package for login and registration with Hellō.
npm i @hellocoop/nextjs
A CLI and nodejs module to create or retrieve a Hellō client_id
. Quickstart API Documentation
npx @hellocoop/quickstart
A set of utility functions to create an authorization request and retrieve a token payload with the authorization code. Defaults to using a code flow with PKCE and no client secret.
npm i @hellocoop/utils