have something like this for Hydra + NextJS? <http...
# general
a
have something like this for Hydra + NextJS? https://www.ory.sh/docs/getting-started/integrate-auth/nextjs
m
Hey @adventurous-battery-51816 We have this for node/express: https://www.ory.sh/docs/getting-started/oauth2-openid/add-oauth2-openid-connect-nodejs-expressjs same approach should work for next afaict.
a
That's for hydra right? Have you seen one for nextjs?
Oh the same approach should work
Seems like we'll have to write code to connect ory kratos & ory hydra - isn't that the case? Can't just connect kratos to our sites with this: https://www.ory.sh/docs/getting-started/integrate-auth/nextjs and then connect hydra to kratos - unless I'm wrong about how it works. We're trying to strip out the auth we built in a nextjs/nodejs app and replace it with ory, but still seems quite daunting.
We didn't end up having the funds to get Ory support, so perhaps we should pick an auth provider with more nextjs example coe