Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.05 KB

Next.js package for Hellō

Hellō is an identity network that provides login and registration using the standard OpenID Connect protocol. Hellō offers your users choice between all popular social login providers.

This Next.js package provides:

  • an endpoint that handles all protocol interactions and sets an encrypted cookie with the the logged in user's information.
  • convenience functions to retrieve the user's information from the cookie
  • React components for buttons and logged in context

The Hellō Next.js Sample uses this package and npx @hellocoop/quickstart --nextjs to be configured in seconds. Check it out deployed on Vercel.

See the Next.js Quickstart documentation for how to add Hellō to your Next.js app in minutes, and the Next.js SDK documentation for details.