Skip to content

Commit

Permalink
fix: README exemplary apps (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jun 21, 2021
1 parent fdfe7eb commit 60e7042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ ORY Hydra is a hardened, **OpenID Certified OAuth 2.0 Server and OpenID Connect
and low resource consumption. ORY Hydra *is not* an identity provider (user sign up, user login, password reset flow),
but connects to your existing identity provider through a [login and consent app](https://www.ory.sh/docs/next/hydra/oauth2#authenticating-users-and-requesting-consent).
Implementing the login and consent app in a different language is easy, and exemplary consent apps
([Go](https://github.com/ory/hydra-consent-app-go), [Node](https://github.com/ory/hydra-consent-app-express)) and
[SDKs](https://www.ory.sh/docs/next/hydra/sdk/) are provided.
([Node](https://github.com/ory/hydra-login-consent-node)) and [SDKs](https://www.ory.sh/docs/next/hydra/sdk/) for all common languages are provided.

If you're looking to jump straight into it, go ahead:

Expand Down

0 comments on commit 60e7042

Please sign in to comment.