@hellocoop/nextjs
v3.2.0
Published
Next.js SDK for Hellō https://hello.dev
Downloads
964
Readme
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.