hello.js uses a simple modular structure to provide support for various OAuth operations and common, well-known services.
While v2 is natively supported, if you're still working with a v1 OAuth system, then hello.js can help you as well, but only using a OAuth proxy.
By default the hello.js core only provides generic methods for dealing with authentication requests and responses, and all the supported OAuth services are packaged as external modules.
So if you want to support a Google sign-in system, just load the hello.js core and the Google module.
Supported OAuth providers:
Windows
Dropbox
Foursquare
Soundcloud
Yahoo!
Flickr
GitHub
What is new in this release:
- Released fully integrated Promise design.
What is new in version 1.8.2:
- Released fully integrated Promise design.
What is new in version 1.7.5:
- Released fully integrated Promise design.
What is new in version 1.6.0:
- Released fully integrated Promise design.
What is new in version 1.5.1:
- Released fully integrated Promise design.
What is new in version 1.4.3:
- Google me/contacts explicit version=3.0
What is new in version 1.4.0:
- Includes API mocks for /me/ and /me/photos.
- Alters ./src/modules/*.js files to be compatible when run in NodeJS via npm.
Requirements:
- JavaScript enabled on client side
Comentarios que no se encuentran