hydra-login-consent-node
hydra-login-consent-node copied to clipboard
Update version of @ory/client
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
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