149189 / 149189/Blog_App_using_Flask
User Authentication
- Vorherrschende Sprache
- HTML
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
- 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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- flask, python, sqlalchemy, sqlite
- Bereich
- authentication, authorization, backend
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 30/100