$ 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 >'
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
shakirck/NodeJs-OAuth-Starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published




