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
[x] Code compiles correctly.
[x] Changes are tested properly.
[x] Added the README / documentation, if necessary.
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
usinggapi
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 pathdevelopment/OAuth_Cookies/
Checklist