You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/proto
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
..
api/v1 refactor: remove deprecated Sessions and AccessTokens settings 6 months ago
gen refactor: remove deprecated Sessions and AccessTokens settings 6 months ago
store refactor: remove deprecated Sessions and AccessTokens settings 6 months ago
README.md chore: tweak readme 2 years ago
buf.gen.yaml fix: openapi generation (#5349) 6 months ago
buf.lock chore: update gitignore 1 year ago
buf.yaml chore: update gitignore 1 year ago

README.md

Guide

Prerequisites

Generate

buf generate

Format

buf format -w