149189 / 149189/Blog_App_using_Flask
User Authentication
- Ngôn ngữ chính
- HTML
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
- Add a login and registration system using Flask-Login and Flask-WTF.
- Create roles (e.g., admin, user) with specific permissions
- Admins can edit/delete any post.
- Users can only edit/delete their own posts.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The issue describes adding a login/registration system with Flask-Login and Flask-WTF, plus role-based permissions. Start by examining the existing Flask app structure, likely in app.py or similar, and the SQLAlchemy models for User and Post. Look for where authentication and authorization logic would be integrated, and check if there are existing templates for login/registration. 'Done' means users can log in, register, and permissions enforce admin vs. user actions on posts.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- flask, python, sqlalchemy, sqlite
- Lĩnh vực
- authentication, authorization, backend
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 30/100