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/server
Johnny 7053edae27 fix: allow guests to view public memo comments
Add ListMemoComments to public endpoints whitelist so unauthenticated
users can see public comments. The service layer already filters
comments by visibility (only PUBLIC for guests).

Fixes #5471
6 months ago
..
auth refactor(auth): remove legacy session cookie authentication 7 months ago
router fix: allow guests to view public memo comments 6 months ago
runner refactor: rename workspace to instance throughout codebase 8 months ago
server.go chore: implement session sliding expiration and JWT authentication 7 months ago