Introduction
Django OAuth Toolkit 的授权,在登录里不能使用content-type=application/json ==> 会一直报400、{"error": "unsupported_grant_type"}
能接受Content-Type: form-data 或 Content-Type: application/x-www-form-urlencoded 的方式完成授权。 -- 20170112
Last updated
Was this helpful?