Skip to content

shakirck/NodeJs-OAuth-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs-OAuth-Starter

Installation

$ git clone https://github.com/shakirck/NodeJs-OAuth-Starter.git
$ cd NodeJs-OAuth-Starter
$ npm install 
$ npm start

Create a key.js file inside the config folder and add fill the following fields

const keys = {

    google:{
        clientID: '<YOUR ID >',
        clientSecret: '<YOUR ID >',
     },
    facebook:{
        clientID:  '<YOUR ID >',
        clientSecret:  '<YOUR ID >',
     },
     gmail:{
         user: '<YOUR ID >',
         pass: '<YOUR ID >'
     }
}

ScreenShots

Screenshot Screenshot Screenshot Screenshot Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •