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
Is your feature request related to a problem? Please describe.
We need a couple of endpoints to allow us to manage an identity's session.
Describe the solution you'd like
GET /sessions
GET /sessions/<id>
DELETE /sessions/<id>
GET /identities/<id>/sessions
Additional context
These endpoints are needed to display and manage user sessions in the Ory Console.
The text was updated successfully, but these errors were encountered:
I assume this is already tracked in #655?
Sorry, something went wrong.
Benehiko
No branches or pull requests
Is your feature request related to a problem? Please describe.
We need a couple of endpoints to allow us to manage an identity's session.
Describe the solution you'd like
GET /sessions
at the admin endpoint.GET /sessions/<id>
and also delete/revoke a sessionDELETE /sessions/<id>
GET /identities/<id>/sessions
Additional context
These endpoints are needed to display and manage user sessions in the Ory Console.
The text was updated successfully, but these errors were encountered: