Need more example how Client App (C#/Node.JS) can intergrating with ORY Hydra

I follow the tutorial from https://www.ory.sh/docs/guides/1-hydra/3-install/0-readme to section: Perform OAuth 2.0 Flow

Is there any example how to perform OAuth 2.0 Authorize Code Flow with C#, Node.js demo? Due when I come to rest of this tutorial. I don’t know how to my backend service (Node.JS) for web app interacting with ORY Hydra.

NodeJS: https://github.com/lelylan/simple-oauth2
C#: http://dotnetopenauth.net/

1 Like