ory / hydra-consent-app-express

A simple nodejs consent app based on express - for Hydra =< 1.0.0
Apache License 2.0
37 stars 18 forks source link

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:

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