hydra-login-consent-node icon indicating copy to clipboard operation
hydra-login-consent-node copied to clipboard

Update version of @ory/client

Open dmdin opened this issue 10 months ago • 0 comments

Preflight checklist

Ory Network Project

Self-hosted Hydra

Describe your problem

Hello! Thank you for the detailed tutorial. Currently, I am implementing an OIDC provider based on Hydra and SvelteKit.

It seems that the dependencies are strongly outdated and the API has changed. The actual version of the packages is 2.2.0. I found this implimentation on NextJS, but it still uses an old version of the Hydra client (v1.11.8).

The only thing that has been helpful for me so far is the API Docs, TypeScript types of the client, and this changelog. I am facing a much higher complexity curve than expected. Additionally, the difference in configuration between Hydra Docker images is creating more problems.

It would be much easier if there was a guide available that uses up-to-date versions of clients and Hydra server, along with updated configuration examples.

Describe your ideal solution

An Ideal soultion would be the example with actual versions of hydra and @ory/client (or @ory/hydra-client)

Workarounds or alternatives

https://github.com/kubetail-org/hydra-nextjs-reference/tree/main

Version

2.2.0

Additional Context

No response

dmdin avatar Apr 05 '24 18:04 dmdin