Skip to content

oalles/cognito-passwordless-authentication-with-tokenchannel

Repository files navigation

Diagram

  • An Amazon Cognito User Pool, with a custom workflow to provide a passwordless authentication flow using TokenChannel
  • An Amazon Cognito User Pool Client, so we can start integrating the User Pool
  • The Lambda functions that will be triggered during user pool authentication operations
  • The lambda invocation permissions on the Lambda functions for the User Pool

Requirements

# Review and load the env variables. !!Hide credentials
export $(xargs < environment.env)

yarn install

# Packaging and deployment - 
npm run go

# Copy UserPoolClientId in the output - Will be needed for integration

Introduction

Watch the video introduction.

Postman collections

TokenChannel Cognito Playground

Try with Postman

TokenChannel Api Collection

Try with Postman

Links

Cognito Scenarios

Cognito Custom Auth Flows with Lambda Triggers

About

A Custom Passwordless Authentication Flow implementation in Cognito using TokenChannel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published