Hi, I'm trying to set up Ory Hydra & Kratos to...
# ory-selfhosting
b
Hi, I'm trying to set up Ory Hydra & Kratos together. I'm having a weird edge case. If I don't provide
max_age
param to
/oauth2/auth
path on hydra, I'm getting
null
as a response (with status 200) when trying to create a login session in kratos using the
login_challenge
provided. I'm using the
@ory/client
library