<rant>
Do not force a public API to authenticate via OAuth. It forces the client to boot up an http server even if the API is not used for a web app.
#notEverythingIsAWebApp
</rant>
k
karelpeeters
08/18/2017, 5:13 PM
What's a public API in this context?
r
roberto.guerra
08/18/2017, 7:08 PM
Something like Github, or more specifically in my case KinHR
k
karelpeeters
08/18/2017, 7:13 PM
Huh? You're using a http api that needs authentication and then you're complaining it needs a http server?
r
roberto.guerra
08/18/2017, 7:17 PM
Dude, you need to authenticate to use their API. I don’t have an option. My complain is that the API should not necessarily require OAuth authentication. Just because I need to access an http API doesn’t mean that I am going to be using it from an http server.