The Wayback Machine - https://web.archive.org/web/20210320093410/https://github.com/topics/drift
Skip to content
#

drift

Here are 73 public repositories matching this topic...

papercups
reichert621
reichert621 commented Mar 16, 2021

Problem
Right now any user with a valid auth token can retrieve any tag resource as long as they know the ID of the resource. We should return a 404 (Not found) error if someone tries to retrieve/update/delete a resource that does not have a matching account_id

Solution
In the show, update, and delete methods of the tag controller, let's add an authorize plug (middleware)

Improve this page

Add a description, image, and links to the drift topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drift topic, visit your repo's landing page and select "manage topics."

Learn more