WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

oauth demo #258

Closed KshitijMhatre closed 5 years ago

KshitijMhatre commented 5 years ago

Resolves Issue #229

Description

Implementation of social OAuth for google signin. Added the directory structure and files required.

Technical Specifications

Implemented simple demo for OAuth using gapi that demonstrates cookie based sessions. Added short explanation of the flow.

How to run

refer to README.md create a google cloud project as directed and add the client ID in index.html run $npx serve -l 3002 at the path development/OAuth_Cookies/

Checklist