cognito-sample-page

Description

  • app.js
    • Front-side JavaScript
  • server.js
    • Server-side JavaScript
  • index.html
    • Login web page
  • callback.html
    • Web page redirected from Cognito User Pool

Usage

$ git clone https://github.com/shuji-oh/cognito-sample-page
$ cd cognito-sample-page
$ npm install
$ node server.js
Server is running on http://localhost:8080