akash-mitra / webtheory

Web-superiority platform for the web-artisans. (WIP Version)
0 stars 0 forks source link

Template page gives `401 Unauthenticated` error #51

Closed akash-mitra closed 4 years ago

akash-mitra commented 4 years ago

In the blogabout.blog website, we get 401 Unauthenticated error while trying to go to templates page.

image

This issue does not occur for other backend pages. This could be because certain routes are outside 'middleware' => ['auth:airlock'] auth group.

sarubhai commented 4 years ago

Cannot Reproduce. May be your backend code did php artisan cache and new airlock csrf is not available in frontend.

akash-mitra commented 4 years ago

This was because I was logged out. However, when I am logged out I can still access /app/pages - which should not have happened. As mentioned before, This could be because certain routes are outside 'middleware' => ['auth:airlock'] auth group. Please bring them in.