Code-4-Community / Code-4-Community/branch
Add Authentication Check to Projects Routes
Open
@bhuvanh66 is already working on this.
Since Jan 30, 2026.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 55
Description
User Story
As a user I want my account/projects to be secure
Description
If we deploy our app right now, and make the lambdas public, anybody in the world can use our endpoints. Add authentication to all the routes in this lambda. Update the tests so they use handler directly.
Acceptance Criteria
- Reference the table linked in the Slack channel to scope the endpoints to appropriate users
- You will need our cognito keys which are in infisical
- Change all the tests to use the handler directly instead of the endpoint (otherwise will get auth errors)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.