bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

Set content-type on all response headers in v1.rb #78

Open thomax opened 9 years ago

thomax commented 9 years ago

content_type :json Is currently only on set a couple of endpoints, which means we response headers say 'content-type': 'text/html;charset=utf-8', which isn't good.