Skip to content

Secure Kitchen Dashboard with Authentication or Protected Route #2

@Somilg11

Description

@Somilg11

Currently, the kitchen dashboard page can be accessed by anyone, bypassing authentication or route protection. This poses a security risk, as sensitive kitchen operations should only be accessible to authorized users.

Expected Behavior:
The kitchen dashboard should only be accessible to authenticated users.
Implement a passkey or similar mechanism to further secure the route if necessary.

Steps to Reproduce:
Navigate to the /kitchen-dashboard route.
Observe that it is accessible without any authentication.

Proposed Solution:
Implement authentication middleware or route guard for /kitchen
Add an additional layer of security (e.g., passkey) if required for enhanced protection.

Additional Context:
The security of the kitchen dashboard is crucial for ensuring that only authorized personnel can view or modify sensitive kitchen operations.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions