mirror of https://github.com/usememos/memos.git
- 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 |
||
|---|---|---|
| .. | ||
| README.md | ||
| activity_service.proto | ||
| attachment_service.proto | ||
| auth_service.proto | ||
| common.proto | ||
| idp_service.proto | ||
| instance_service.proto | ||
| memo_service.proto | ||
| shortcut_service.proto | ||
| user_service.proto | ||
README.md
Memos API Design
This API design should follow the guidelines and best practices outlined in the Google API Improvement Proposals (AIPs).