backend
backend copied to clipboard
Feat: Session manager
- 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
totokenRevoke
endpoint - add field resolver for querying the current session's associated secret ID (
me.myCurrentSecretID
) -> required to show "current device" in device manager