3 comments (3 comments)1 reaction (1 reaction)1 assignee (1 assignee)JavaScript4,852 stars (4,852 stars)1,534 forks (1,534 forks)batch import
enhancementhelp wanted
Description
允许其他用户注册,撰写,做个权限控制。
Contributor guide
- Tech stack
- java
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- JavaAuthentication conceptsAuthorization concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- This issue requests multi user support including registration, writing, and permissions. The repository is a Java blog. Explore the existing codebase to understand current user model and authentication (likely Spring Security if present). Check the assigned user's progress in comments. Implement user registration with password hashing, role based authorization, and ensure existing features (e.g., writing posts) are scoped per user. Review any linked PRs or discussions for more details.