kylewm / flask-micropub

Flask extension to support IndieAuth and Micropub clients.
http://flask-micropub.readthedocs.org/
BSD 2-Clause "Simplified" License
24 stars 2 forks source link

Accept all 2xx status codes as success #3

Closed valpackett closed 8 years ago

valpackett commented 8 years ago

(In particular, my token endpoint returns 201 Created, this definitely shouldn't be interpreted as error!)

kylewm commented 8 years ago

ty!