restberry-passport-google

1.1.0 • Public • Published

Restberry-Passport-Google

Restberry Passport wrapper for passport-google-oauth.

Install

npm install restberry-passport-google

Usage

var restberryPassport = require('restberry-passport');

var auth = restberryPassport.config(function(auth) {
    ...
})
.use('google', {
    clientID: ...,
    clientSecret: ...,
    callbackHost: ...,
    returnURL: ...,
    scope: ...,
});

restberry.use(auth);

Two new routes have been created to the User:

  • GET /login/google
  • GET /login/google/callback

Run the tests

The tests require you to have the node test app running on port 6000 and the the index.html test file accessable at port 6001 on your localhost. There is an nginx-conf file that is setup for this in the test directory. Then simply run:

npm test

Setup Google App

You can setup your own Google app at https://code.google.com/apis/console, under APIs & auth and then credentials.

Dependents (1)

Package Sidebar

Install

npm i restberry-passport-google

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • materik