Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 718 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 718 Bytes

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.