inmyth / amazon-cognito-passwordless-email-auth

A sample implementation of Passwordless E-Mail Auth in Amazon Cognito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Cognito Passwordless Email Auth

This is the sample code that comes together with the blog post on passwordless e-mail auth in Amazon Cognito.

The purpose of this sample code is to demonstrate how Amazon Cognito Custom Authentication Flows can be used to implement passwordless e-mail auth. Please treat the code as an illustration––thoroughly review it and adapt it to your needs, if you want to use it for serious things.

The sample code is contained in these folders. Please visit these and run the sample solution:

  • ./cognito: a Serverless Application that includes a Cognito user pool with the necessary setup
  • ./client: a Web Client that authenticates with the Cognito user pool

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.

About

A sample implementation of Passwordless E-Mail Auth in Amazon Cognito

License:MIT No Attribution


Languages

Language:TypeScript 76.0%Language:HTML 20.5%Language:CSS 3.5%