backend icon indicating copy to clipboard operation
backend copied to clipboard

Feat: Session manager

Open realmayus opened this issue 5 months ago • 0 comments

  • Associate userSessions with the Token that was used to log in and create the session
  • allows us to log out all sessions that used a specific Token -> added invalidateSessions to tokenRevoke endpoint
  • add field resolver for querying the current session's associated secret ID (me.myCurrentSecretID) -> required to show "current device" in device manager

realmayus avatar Sep 04 '24 10:09 realmayus