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

intercom

Here are 94 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 intercom 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 intercom topic, visit your repo's landing page and select "manage topics."

Learn more