I'm going to start writing an API for my open source project. Should I go with OAuth 2 for authentication or OAuth 1?
My main problem with OAuth 1 is that I don’t want to invest in developing an API based on this if OAuth 1 will soon become obsolete.
My question is, will OAuth 1 become obsolete soon? Also, I think that from an API end-user perspective, OAuth 2 seems to be easier to implement.
Should I just write the OAuth2 API and forget about OAuth 1, or is there any good reason to use OAuth 1 at the moment?
source
share