-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add authenticated_at to type HandledConsentRequest #1684
Comments
I think |
DennisPattmann5012
pushed a commit
to DennisPattmann5012/hydra
that referenced
this issue
Jan 13, 2020
References: ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
6 tasks
DennisPattmann5012
pushed a commit
to DennisPattmann5012/hydra
that referenced
this issue
Jan 15, 2020
References: ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
DennisPattmann5012
pushed a commit
to DennisPattmann5012/hydra
that referenced
this issue
Jan 21, 2020
References: ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
DennisPattmann5012
pushed a commit
to DennisPattmann5012/hydra
that referenced
this issue
Jan 21, 2020
References: ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
DennisPattmann5012
pushed a commit
to DennisPattmann5012/hydra
that referenced
this issue
Jan 21, 2020
References: ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
Closing Issue because discussion moved to PR: #1689 |
aeneasr
pushed a commit
that referenced
this issue
Feb 3, 2020
This patch adds a feature where handling (accepting or rejecting) a consent request causes a time stamp (`handled_at`) to be updated. This patch includes schema changes that required `hydra migrate sql` to be applied. Closes #1684 Co-authored-by: Marco Hutzsch <[email protected]>
eli-zh
pushed a commit
to eli-zh/hydra
that referenced
this issue
Mar 22, 2020
This patch adds a feature where handling (accepting or rejecting) a consent request causes a time stamp (`handled_at`) to be updated. This patch includes schema changes that required `hydra migrate sql` to be applied. Closes ory#1684 Co-authored-by: Marco Hutzsch <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When we ask hydra for all accepted consents for a subject we want to show the subject the date, when the latest consent was accepted. This value exists in the db but is not accessible via go-sdk.
Describe the solution you'd like
We had the idea of adding the value to the mentioned struct. Would you accept a PR for that?
Describe alternatives you've considered
No idea.
The text was updated successfully, but these errors were encountered: