• 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
.github Loading commit data...
cmd/memos Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
CLAUDE.md Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...