Description
I noticed that the login popup/modal can be bypassed very easily from the client side, which may allow users to access restricted UI sections without proper authentication checks.
Additionally, the current login UI/UX feels inconsistent and could be improved for better usability and security perception.
Current Behavior
- Login modal can be dismissed/bypassed easily.
- Certain actions/pages may still remain accessible.
- UI alignment and responsiveness feel inconsistent.
Expected Behavior
- Protected actions/routes should always verify authentication state properly.
- Login modal should not be bypassable for restricted functionality.
- Better UI feedback and cleaner UX flow.
Possible Improvements
Security
- Add proper route protection.
- Validate auth state on backend/server side.
- Avoid relying only on frontend modal visibility.
UI/UX
- Improve modal responsiveness.
- Add loading/error states.
- Improve spacing, button hierarchy, and accessibility.
Reproduction Steps
- Open application
- Trigger login modal
- Close/inspect/bypass modal
- Observe access to restricted functionality
Suggested Tech Improvements
- Middleware/Auth guards
- Token/session validation
- Better modal state handling
I would like to work on this issue.
Description
I noticed that the login popup/modal can be bypassed very easily from the client side, which may allow users to access restricted UI sections without proper authentication checks.
Additionally, the current login UI/UX feels inconsistent and could be improved for better usability and security perception.
Current Behavior
Expected Behavior
Possible Improvements
Security
UI/UX
Reproduction Steps
Suggested Tech Improvements
I would like to work on this issue.