memos/server
Steven 6926764b91 fix: allow unauthenticated CreateUser for first user registration
Add CreateUser to PublicMethods ACL whitelist to fix "authentication required"
error during first-time setup. The CreateUser method already has proper security
logic that automatically assigns HOST role to the first user and enforces
DisallowUserRegistration setting for subsequent users.

Fixes #5352

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 23:18:30 +08:00
..
auth chore: implement session sliding expiration and JWT authentication 2025-12-15 10:04:11 +08:00
router fix: allow unauthenticated CreateUser for first user registration 2025-12-15 23:18:30 +08:00
runner refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server.go chore: implement session sliding expiration and JWT authentication 2025-12-15 10:04:11 +08:00