Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.9 KB

File metadata and controls

47 lines (30 loc) · 1.9 KB

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