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
Describe the bug The API docs for introspecting a token are contradictory. The description paragraph says
The introspection endpoint allows to check if a token (both refresh and access) is active or not.
But the description for the token body parameter says,
token
This endpoint DOES NOT accept refresh tokens for validation.
I believe refresh tokens are introspectable, so as long as that's true, the description for token should be updated to reflect that.
The text was updated successfully, but these errors were encountered:
Yup, they are indeed introspectable and you'll get a type back which says if it's a refresh or access token! Feel free to create a PR to fix this :)
Sorry, something went wrong.
sdk: Make clear that refresh tokens are introspectable
5ecaca4
Closes #1250 Signed-off-by: aeneasr <aeneas@ory.sh>
98390be
No branches or pull requests
Describe the bug
The API docs for introspecting a token are contradictory. The description paragraph says
But the description for the
token
body parameter says,I believe refresh tokens are introspectable, so as long as that's true, the description for token should be updated to reflect that.
The text was updated successfully, but these errors were encountered: