devise_token_auth
devise_token_auth copied to clipboard
Fix for DeviseTokenAuth.change_headers_on_each_request being ignored
If DeviseTokenAuth.change_headers_on_each_request is set to false then the code falls into the else block and probably should not.