Skip to content

An authentication dashboard that integrates with AWS cognito

Notifications You must be signed in to change notification settings

haelmj/cognito-playground

Repository files navigation

Cognito Client

This is a client interface designed to be used with the AWS Cognito service.

Setup and Usage

  • Clone and then install the dependencies: npm install
  • Create a .env file with the contents shown in the example file: .env.example
  • Run the server: npm start

more content to follow...