<FromGitter>
<0x90_gitlab> Hello everyone, I have used the auth scaffolding to generate such feature, and here it's the authenticate pipeline, https://pastebin.com/raw/KjPmJF8w, now what I want to do is to give unauthenticated users access to `/game_servers/:id` however, I have tried adding that path to the `PUBLIC_PATH` var and it doesn't works, what I am missing?
<FromGitter>
<damianham> you need to add regexp and test the regexp
<FromGitter>
<0x90_gitlab> awesome, it works, thank you
<FromGitter>
<damianham> mp
<FromGitter>
<drujensen> @alex-lairan @damianham There is another way of doing that I think is better cuz it takes advantage of the router and its easier to maintain