Explicitly add `protect_from_forgery` action
Otherwise the token might be cleared before authentication is done, causing the authentication itself to fail
Showing
Please register or sign in to comment
Otherwise the token might be cleared before authentication is done, causing the authentication itself to fail