I have a hydra client with `skip_consent` set to `...
# general
c
I have a hydra client with
skip_consent
set to
true
but it still asks for consent, any ideas?
m
which version are you on?
d
Hi @colossal-whale-56336, have you implement a check on this property/TRUSTED_CLIENTS on your app ? This how it's work on the kratos-selfservice-ui-node project: https://github.com/ory/kratos-selfservice-ui-node/blob/master/src/routes/consent.ts#L104
c
Didn't realise this was the clients job to read I thought Ory was going to do something magic. Thanks
🙌 1