Files
flask-security/flask_security
Srijan Choudhary e1c7ec303f Use get_json instead of json
The `request.json` method now calls `get_json`, which raises `BadRequest` if there is no json data or some error with it. So, it cannot be directly used as a check for presence of json data. This code currently returns a bad request if content type is `application/json` but json data is empty.

https://github.com/mitsuhiko/flask/blob/master/flask/wrappers.py#L110
2013-10-31 10:19:12 +05:30
..
2013-01-12 23:58:47 -08:00
2013-08-20 12:35:29 -04:00
2013-07-22 12:37:44 -04:00
2013-09-11 01:10:16 -04:00
2013-10-31 10:19:12 +05:30
2013-08-15 12:46:09 +04:00
2013-07-22 12:37:44 -04:00
2013-07-22 12:37:44 -04:00
2013-07-22 12:37:44 -04:00
2012-09-19 01:22:09 -04:00
2013-01-12 19:03:02 -08:00
2013-09-05 18:12:31 +03:00