meteor / meteor/simple-todos-angular
Delete/Remove Task Enabled For All Users
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 49
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that my project allows anyone (including people who are not logged in) to remove a list item.
I have double checked the logic in my JS file and it appears to be exactly the same.
Here's my code: https://github.com/taky2/social-group-list
Also, on the last steps of the tutorial I ran into some issues with bcrypt.
I posted my solution here: https://github.com/meteor/meteor/issues/5009
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.
Research direction
Start with the JavaScript logic in the linked social-group-list repository and reproduce whether a logged-out user can remove a list item. Compare that behavior with the tutorial's expected authorization behavior; done means unauthenticated users cannot remove items. The bcrypt discussion is linked separately in meteor/meteor issue 5009 and may need separate review.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100