149189 / 149189/Blog_App_using_Flask

User Authentication

未關閉
#1 0 則留言 0 個 reaction 已指派 1 人 已被 @149189 認領 在 GitHub 檢視
enhancement
主要語言
HTML
星號
0
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

- 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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

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.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
flask, python, sqlalchemy, sqlite
領域
authentication, authorization, backend
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。