# Introduction

[GLOSSARY](https://github.com/jiek/misc/tree/2fc73d0f4f2ee597ead597ae5f962390a79a312a/GLOSSARY.md)

Django OAuth Toolkit 的授权，在登录里不能使用content-type=application/json ==> 会一直报400、{"error": "unsupported\_grant\_type"}

能接受Content-Type: form-data 或 Content-Type: application/x-www-form-urlencoded 的方式完成授权。 -- 20170112
