Replies: 1 comment 1 reply
-
I'm also interested in this 👍. @mig5 did you get any answer on that? 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just noticed that there is a field
client_secret_expires_at
in thehydra_client
table.Is it actually used anywhere?
My use case is that I want to set an expiry on an OAuth2.0 client (not an expiry of an access token generated for that client). After a certain date, I want that client to no longer be able to be used.
I can hack some tooling around actually deleting (can I 'disable' but not delete a client?) a client on a specific date but I wondered if this field effectively handles that for me.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions