Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPS-15] Fix Vulnerable API Endpoints #202

Merged
merged 3 commits into from
Jul 21, 2024

Conversation

codecreator127
Copy link
Contributor

Describe the issue

Currently a lot of API endpoints are not protected with Auth, causing problems

Describe the solution

Protected API endpoints with Auth on the backend.
Ensure frontend API calls are using Auth so they work with the protection changes.

Risk

May break the whole application

Definition of Done

  • Code peer-reviewed
  • Wiki Documentation is written and up to date
  • Unit tests written and passing
  • Integration tests written and passing
  • Continuous Integration build passing
  • Acceptance criteria met
  • Deployed to production environment

Reviewed By

Who reviewed your PR - for commit history once merged

with both firebase auth and scenario auth.

chore: set api calls to use auth so it works
@codecreator127 codecreator127 requested a review from wjin-lee July 17, 2024 02:36
Copy link
Member

@wjin-lee wjin-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecreator127 codecreator127 merged commit a055fa0 into master Jul 21, 2024
6 checks passed
@harbassan harbassan deleted the VPS-15/refactoring-vulnerable-endpoints branch August 15, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants