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

delete projects api made authenticated #1042

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Conversation

nrjadkry
Copy link
Member

Delete project API is public as of now. I have made this endpoint authenticated.
Now, we need to pass the access-token as well. This adds a small level of security to this endpoint.

Todo

We will have to check the user roles and make this endpoint accessible only by the admin user.

@github-actions github-actions bot added the backend Related to backend code label Dec 12, 2023
Copy link
Member

@spwoodcock spwoodcock left a comment

Choose a reason for hiding this comment

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

Probably a good idea for gradual introduction 👍

@spwoodcock spwoodcock merged commit 77ad259 into development Dec 12, 2023
4 of 5 checks passed
@spwoodcock spwoodcock deleted the feat-AuthenticatedApi branch December 12, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants