Revert "Implement admin back-pass flow and guarded admin actions"
This reverts commit 5595bfd3b1.
This commit is contained in:
@@ -25,9 +25,7 @@ Pick'n'Play is a .NET 10 ASP.NET Core Minimal API app with a static HTML/CSS/JS
|
||||
- Authentication: username/password with HttpOnly `player` cookie.
|
||||
- Admin authorization: authenticated account with `IsAdmin=true`.
|
||||
- Gameplay phases: `Suggest`, `Vote`, `Results`.
|
||||
- Backward movement: admins can move backward; players can move `Vote -> Suggest` only when granted a one-time back pass.
|
||||
- Storage: SQLite database under `App_Data/gamelist.db`.
|
||||
- Sensitive admin actions (`reset`, `factory-reset`, player deletion) require admin password confirmation.
|
||||
|
||||
## Module Ownership
|
||||
|
||||
|
||||
Reference in New Issue
Block a user