Commit Graph

4 Commits (71e8a06463deb40fb140c78f2fc59206f45318e7)

Author SHA1 Message Date
Steven d0c3908168 refactor: remove deprecated Sessions and AccessTokens settings
- Remove ListSessions and RevokeSession RPC endpoints
- Remove Session message and SessionsSetting from UserSetting
- Remove ACCESS_TOKENS key and AccessTokensSetting
- Update references to use RefreshTokensUserSetting with its own ClientInfo
- Remove UserSessionsSection frontend component
- Clean up user store to remove session and access token settings
- Regenerate protobuf files

The system now uses:
- REFRESH_TOKENS for session management with sliding expiration
- PERSONAL_ACCESS_TOKENS for long-lived API tokens
6 months ago
Johnny 7cc2df9254 chore: fix linter 10 months ago
Johnny b8a37c7229 chore: fix linter 1 year ago
Johnny 4e3a4e36f6 feat: implement user sessions 1 year ago