You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: