Skip to content

Files

Latest commit

51a4665 · Oct 24, 2018

History

History

cognito

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 24, 2018

Amazon Cognito

Official Documentation

Features in Brief

The simplest way to add user sign-up, sign-in, and access control to your web applications, REST interfaces and mobile apps in the AWS world is by using Amazon Cognito.

Usage

This application uses Cognito to:

  • Control access to the REST endpoint from the web application
  • Handle user creation requests
  • Handle user login requests

For this application, Cognito was configured with one User Pool, with account creation requests being handled manually via the AWS console.

Note: Access of IoT applications to MQTT is handled via x509 certificates, rather than via Cognito.