Skip to content

Commit

Permalink
164892850 social integration facebook google (#46)
Browse files Browse the repository at this point in the history
* 164892850-feature(auth) implement social integration

-Implement facebook signup and login                                                                                                                                                            -Implement google  signup and login

[delivers  #164892850]

* 164892850-feature(auth) Refactor social callback

-Refactor social callback

[delivers  #164892850]

* 164892850-feature(auth) refactor test

-Refactor test

[delivers  #164892850]

* 164892850-feature(auth) refactor

-Refactor
[delivers  #164892850]

* 164892850-feature(auth) refactor

-Refactor
[delivers  #164892850]

* 164892850-feature(auth) refactor

-Refactor
[delivers  #164892850]
  • Loading branch information
ssanusi authored and Temmyogunbo committed Apr 10, 2019
1 parent 44dc49c commit ea788e8
Show file tree
Hide file tree
Showing 10 changed files with 255 additions and 34 deletions.
145 changes: 120 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
"cors": "^2.8.4",
"express": "^4.16.3",
"jsonwebtoken": "^8.5.1",
"nock": "^10.0.6",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
Expand Down
Loading

0 comments on commit ea788e8

Please sign in to comment.