devsync23 / haves-and-needs-service

0 stars 0 forks source link

[feat: backend] Add authentication middleware for all Have / Need POST routes #14

Open therealjustinbiele opened 8 months ago

therealjustinbiele commented 8 months ago

Description:

As a backend developer, I need to add authentication middleware for all "Have" and "Need" POST routes to ensure that only authenticated users can create new items. This middleware will enhance the security of the application by restricting unauthorized access to these endpoints.

Acceptance Criteria

Goal

Testing