Skip to content

needs to improve the login poopup and can be bypased easily #400

@aucxtix

Description

@aucxtix

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

  1. Open application
  2. Trigger login modal
  3. Close/inspect/bypass modal
  4. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions