Skip to content
#

phoenix-framework

Here are 728 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)

pascalwengerter
pascalwengerter commented Oct 16, 2019

What is the current behaviour?

Uncommented Ruby code doesn't get displayed to the client, like so:

paragraph text: 'I will be rendered'
# paragraph text: 'I will not be rendered' 

I think this is well, but sometimes we might want to deliver HTML comments. Therefore, I propose a comment static core component, based on [the W3 reference](https://www.w3schools.com/tags/tag_c

Improve this page

Add a description, image, and links to the phoenix-framework 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 phoenix-framework topic, visit your repo's landing page and select "manage topics."

Learn more