Houdini / two_factor_authentication

Two factor authentication extension for Devise
MIT License
400 stars 270 forks source link

Fix format vector #203

Open elucid opened 3 years ago

elucid commented 3 years ago

It looks like a9e9093de8e1c0564d4bb1ed97ca693274b51409 broke the catch-all unauthorized response.

This means that a request with e.g. Accept: */* will bypass the guard and return a 200 rather than a 401.