Ask HN: How do you implement authentication in your REST API?
https://news.ycombinator.com/item?id=4249736I'm creating a web service that I want to expose as a REST API so that developers are able to create apps for it. I want them to be able to create/manage user accounts and authenticate using API. How will you handle this? OAuth or something else?