Skip to content

tatums/google-signin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Oauth example

This is an example app that uses google for authentication and then uses the JWT token to make an authenticated api call to API Gateway/Lambda endpoint to fetch some data.

Frontend

$ npm start
  • Angular
  • Webpack
Components
Services

APIGateway/Lambda (server)

See the README located at server/README.md

Resources

https://outcrawl.com/todo-list-angular-google-app-engine-part-2/