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

Пользовательское управление собственными сессиями #24

Open
2 tasks
qqpayne opened this issue Aug 15, 2021 · 0 comments

Comments

@qqpayne
Copy link
Member

qqpayne commented Aug 15, 2021

Нужно дать возможность пользователю управлять своими активными сессиями. Это нужно для повышения безопасности.

  • Список активных сессий (с информацией о IP, user-agent, времени последней активности)
  • Возможность закончить любую сессию

Мне кажется хорошей вот такая структура эндпоинтов:
GET /account/sessions - коллекция сессий
GET /account/sessions/{sid} - конкретный предмет сессий
DELETE /account/sessions/{sid} - закончить конкретную сессию

@qqpayne qqpayne added the enhancement New feature or request label Aug 15, 2021
@qqpayne qqpayne added this to To do in Разработка via automation Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant