-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
We need to show opened sessions of the user, so user will be able to detect attack or block session on compromised device.
- Add to
server/modules/auth.tsaddSyncMapandaddSyncMapFilterto createsessionresource loading it from database- Add tests
- Add
core/session.tssyncMapTemplateto use this resource (withoutoffline: true, remote: falsein contract with othersyncMapTemplate)- Add
sessionusage tocore/pages/profile.ts - Add tests to
core/test/pages/profile.test.ts
- Add
- Add UI for sessions to Profile page in
web/pages/profile.svelte. We need: created time, last used time, client ID, delete button.- Add mock data to Profile page story.
Metadata
Metadata
Assignees
Type
Projects
Status
Ready to Take