dwyl / smart-home-auth-server

The authorisation server for dwyl/smart-home-security-system
GNU General Public License v2.0
5 stars 1 forks source link

Content negotiation fails due to live_view templates #16

Closed th0mas closed 3 years ago

th0mas commented 3 years ago

Live view interrupts our content negotiation system by injecting a html layout into all of our main views. Normally this is avoided by using different URLS, but this means that Routes.user_route helpers don't work.

Should be fixed by using finer-grained plugs.

th0mas commented 3 years ago

Fixed in #17