I'm looking for OAuth serverless provider with:
- OAuth authentication for major providers
- Access to the providers' API
I already spent some time playing with OAuth.io service and was able to build prototype based on NodeJS. I successfully implemented authentication with Facebook, Twitter, Github, Stackexchange, Google, Linkedin. Integration with Paypal failed.
That is what I found for OAuth.io:
Proc:
- List of supported providers
- User-friendly management console
- Authentication flow, simple integration
Cons:
- Access to Github, Linkedin API generates an errors due to changes in their APIs. Looks like these changes were not reflected in OAuth SDKs.
- Low activity at Github. Last commit for NodeJS SDK was made in Nov 2016.
Is there any other OAuth serverless providers on the market? Thanks in advance.