Skip to content

Commit c2989f6

Browse files
committed
2 parents 93d2061 + 952560f commit c2989f6

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.MD

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,21 @@
1717

1818

1919
### Routes
20+
- Home Pgae
21+
- https://pro-authapi.herokuapp.com
2022
- Api call for google authentication
21-
- http://localhost:3000/auth/google
23+
- https://pro-authapi.herokuapp.com/auth/google
2224
- Api call back function
23-
- http://localhost:3000/auth/google/callback
25+
- https://pro-authapi.herokuapp.com/profile
26+
27+
- **Home Page**
28+
![social-auth](https://user-images.githubusercontent.com/31995155/87836241-3dcf8c00-c8b1-11ea-9311-43a9914ebca7.png)
29+
30+
- **Profile Page with Google Data**
31+
![google-auth](https://user-images.githubusercontent.com/31995155/87836242-3dcf8c00-c8b1-11ea-82f6-8ee3c88d3702.png)
32+
2433

25-
### Google send response :heart:
34+
- **Google send response :heart:**
2635
```js
2736
{
2837
id: '107452959910700861566',
@@ -58,4 +67,4 @@
5867
- Api call for facebook authentication
5968
- http://localhost:3000/auth/facebook
6069
- Api call back function
61-
- http://localhost:3000/auth/facebook/callback
70+
- http://localhost:3000/auth/facebook/callback

0 commit comments

Comments
 (0)