Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 502 Bytes

oauth2-example-client

Oauth2 authentication example for Google Acounts

  • Software requirements:

    • nodejs
    • npm
  • Install the dependencies:

    npm install

  • Configure OAuth2 credentials in config.js file (you will find them in Google Developers console once created the project)

  • Start example server

    sudo node server

  • Connect to http://localhost to try the example