Skip to content

Latest commit

 

History

History

nextjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.