Skip to content

Commit

Permalink
changed signin using facebook to google
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruby Kaushik authored and Ruby Kaushik committed Feb 26, 2019
1 parent b77cb23 commit 0e282c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/includes/_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Returns a user object if correct email and password was provided. The returned o
6. <code style="background:#FFFFFF;color:#FF0000;"> 500 </code> `We had a problem with our server. Try again later.`


## SignIn using github
## SignIn using Github


> Example Request
Expand Down Expand Up @@ -105,7 +105,7 @@ Returns a redirect url. The redirect url will be used to authenticate the user u
2. <code style="background:#FFFFFF;color:#FFC107;"> 400 </code> `No Callback is set for your product, please set that first`
3. <code style="background:#FFFFFF;color:#FF0000;"> 500 </code> `We had a problem with our server. Try again later.`

## SignIn using facebook
## SignIn using Google


> Example Request
Expand Down Expand Up @@ -144,7 +144,7 @@ Returns a redirect url. The redirect url will be used to authenticate the user u
2. <code style="background:#FFFFFF;color:#FFC107;"> 400 </code> `No Callback is set for your product, please set that first`
3. <code style="background:#FFFFFF;color:#FF0000;"> 500 </code> `We had a problem with our server. Try again later.`

## SignIn using facebook
## SignIn using Facebook


> Example Request
Expand Down Expand Up @@ -183,7 +183,7 @@ Returns a redirect url. The redirect url will be used to authenticate the user u
2. <code style="background:#FFFFFF;color:#FFC107;"> 400 </code> `No Callback is set for your product, please set that first`
3. <code style="background:#FFFFFF;color:#FF0000;"> 500 </code> `We had a problem with our server. Try again later.`

## SignIn using twitter
## SignIn using Twitter


> Example Request
Expand Down Expand Up @@ -222,7 +222,7 @@ Returns a redirect url. The redirect url will be used to authenticate the user u
2. <code style="background:#FFFFFF;color:#FFC107;"> 400 </code> `No Callback is set for your product, please set that first`
3. <code style="background:#FFFFFF;color:#FF0000;"> 500 </code> `We had a problem with our server. Try again later.`

## SignIn using instagram
## SignIn using Instagram


> Example Request
Expand Down

0 comments on commit 0e282c9

Please sign in to comment.