Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.19 KB

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/