mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- list_sessions(user_id) returns list of ActiveSession for a user - get_session(session_id, user_id) filters from list_sessions, returns ActiveSession or None - revoke_session(session_id, user_id) deletes session via DELETE endpoint - Both sync and async facades implement all three methods