• Jacob Bennett's avatar
    Don't return a login page to a JSON request · 5b3c5f3f
    Jacob Bennett authored
    Currently, any unauthorized API requests that pass through the `auth` middleware get a redirect to the login page. Adding the `wantsJson` flag to the conditional corrects this behavior.
    5b3c5f3f
Name
Last commit
Last update
..
Authenticate.php Loading commit data...
EncryptCookies.php Loading commit data...
RedirectIfAuthenticated.php Loading commit data...
VerifyCsrfToken.php Loading commit data...