Skip to content

refactor(auth): temporarily remove requireAuth middleware for testing#30

Merged
salmanabdurrahman merged 1 commit intomainfrom
feat/api-testing
Oct 24, 2025
Merged

refactor(auth): temporarily remove requireAuth middleware for testing#30
salmanabdurrahman merged 1 commit intomainfrom
feat/api-testing

Conversation

@salmanabdurrahman
Copy link
Collaborator

Summary

This pull request temporarily removes the requireAuth middleware from all routes to simplify API testing and frontend integration during product demo preparation.

Changes

  • Removed requireAuth middleware from all routes
  • Adjusted related route handlers to work without authentication

Reason

The frontend team is currently facing integration issues related to authentication, and we are prioritizing a smooth demo presentation.
Authentication will be reintroduced after the demo once the integration is stable.

Notes

This change is temporary and should not be merged into production without re-enabling authentication middleware.

- remove requireAuth middleware from all routes
@salmanabdurrahman salmanabdurrahman merged commit 13e145f into main Oct 24, 2025
1 check passed
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.

1 participant