@hellocoop/express
v1.16.0
Published
Express SDK for Hellō https://hello.dev
Downloads
620
Readme
Express 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 Express package provides an endpoint that handles all protocol interactions and sets an encrypted cookie with the logged in user's information. The cookie contents are decrypted and available as req.getAuth()
.
See the Express Quickstart documentation for how to add Hellō to your Express app in minutes, and the Express SDK documentation for details.