Skip to content

API Requests from frontend only - Security issue #6

@pr0fix

Description

@pr0fix

Currently, the app runs as a front-end only implementation, making it insecure and vulnerable. All requests to the API and database are initiated directly from the front-end. Since users can inspect these requests through browser developer tools, this exposes sensitive data and logic, leading to security risks such as unauthorized access and data breaches.

Proposed solution:

  • Move sensitive operations to a back-end server.
  • Implement secure APIs to handle database interactions.
  • Add user authentication and authorization to the server-side logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SecurityGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions