All Projects → ory → hydra-consent-app-express

ory / hydra-consent-app-express

Licence: Apache-2.0 License
A simple nodejs consent app based on express - for Hydra =< 1.0.0

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

hydra-consent-app-express

This is an exemplary consent application that implements ORY Hydra's consent flow. It uses NodeJS and express.

A consent application is responsible for:

  • Authenticating users (signing a user in)
  • Authorizing an application ("Would you like to give application X access to your email address?")

You can use this demo for a rough guide on how to implement the consent flow using NodeJS. The only important source file is this, everything else was created using express init ..

If you are using Auth0, check out hydra-auth0-consent-sdk

A go implementation of the consent app is at hydra-consent-app-go

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].