Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 2.71 KB

File metadata and controls

76 lines (39 loc) · 2.71 KB

Hellō Packages

This is a monorepo of packages for developing and integrating Hellō

A package to add login and registration with Hellō to an Express application.

Hellō Express Quickstart documentation

Hellō Express SDK documentation

A package to add login and registration with Hellō to an Fastify application.

Hellō Fastify Quickstart documentation

Hellō Fastify SDK documentation

A package to add login and registration with Hellō to a Next.js application.

HellōnNext.js Quickstart documentation

Hellō Next.js SDK documentation

React components for Hellō - BETA

Hellō React SDK documentation

Svelte components for Hellō - BETA

Hellō React SDK documentation

A CLI and nodejs package to create or retrieve a Hellō client_id.

Quickstart CLI and API Documentation

A set of Node.js helper functions for the Hellō OpenID Connect Provider.

A set of client side helper functions for the Hellō OpenID Connect Provider.

Hellō core / client SDK documentation

🧪 @hellocoop/web-identity - EXPERIMENTAL

TypeScript functions for generating and verifying JWT tokens used in the Verified Email Autocomplete protocol. This package implements RequestToken, IssuedToken (SD-JWT), and PresentationToken (SD-JWT+KB) generation and verification, along with DNS-based issuer discovery.

Status: Experimental - API may change

Package README | Specification

Publishing New Versions

  • make updates and commit changes to repo
  • npx lerna version will then see which workspaces have changes and prompt to update the version, and all dependent versions

setup with

npx lerna init --independent

lerna publish from-package will only publish packages that have a different version then what is published

lerna publish will prompt to update the version of the package as well