• Steven's avatar
    refactor: remove deprecated Sessions and AccessTokens settings · d0c39081
    Steven authored
    - 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
    d0c39081
Name
Last commit
Last update
..
AccessTokenSection.tsx Loading commit data...
InstanceSection.tsx Loading commit data...
MemberSection.tsx Loading commit data...
MemoRelatedSettings.tsx Loading commit data...
MyAccountSection.tsx Loading commit data...
PreferencesSection.tsx Loading commit data...
SSOSection.tsx Loading commit data...
SectionMenuItem.tsx Loading commit data...
SettingGroup.tsx Loading commit data...
SettingRow.tsx Loading commit data...
SettingSection.tsx Loading commit data...
SettingTable.tsx Loading commit data...
StorageSection.tsx Loading commit data...
WebhookSection.tsx Loading commit data...