Skip to content
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

Implement session management endpoints #1346

Closed
3 tasks
aeneasr opened this issue May 17, 2021 · 1 comment
Closed
3 tasks

Implement session management endpoints #1346

aeneasr opened this issue May 17, 2021 · 1 comment
Assignees
Labels
corp/m8 Up for M8 at Ory Corp. feat New feature or request.

Comments

@aeneasr
Copy link
Member

aeneasr commented May 17, 2021

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

  • we need a global sessions API that allows us to list all sessions (with pagination!) GET /sessions at the admin endpoint.
  • we must be able to get a specific session GET /sessions/<id> and also delete/revoke a session DELETE /sessions/<id>
  • We should be able to see an identity's sessions (again at the admin endpoint) GET /identities/<id>/sessions

Additional context

These endpoints are needed to display and manage user sessions in the Ory Console.

@aeneasr aeneasr added feat New feature or request. corp/m8 Up for M8 at Ory Corp. labels May 17, 2021
@zepatrik
Copy link
Member

I assume this is already tracked in #655?

@aeneasr aeneasr closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
corp/m8 Up for M8 at Ory Corp. feat New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants