We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
active
docker exec -it hydra_hydra_1 \ > hydra token introspect \ > --endpoint http://localhost:4445 \ > --client-id my-client \ > --client-secret secret \ > UDYMha9TwsMBejEvKfnDOXkhgkLsnmUNYVQDklT5bD8.ZNpuNRC85erbIYDjPqhMwTinlvQmNTk_UvttcLQxFJY {}
should instead return
{ "active": false}
The text was updated successfully, but these errors were encountered:
This is actually caused by the SDK which sets
Active bool `json:"active,omitempty"`
Sorry, something went wrong.
cli: Print "active:false" when token is inactive
cef6850
Previously, `omitempty` caused active to be omitted when set to false. Closes #964 Signed-off-by: arekkas <aeneas@ory.am>
6ac56d1
2227691
aeneasr
No branches or pull requests
should instead return
The text was updated successfully, but these errors were encountered: