Skip to content

An example app showing how to integrate the Authsignal pre-built UI with AWS Cognito when using the AWS SDK server-side

Notifications You must be signed in to change notification settings

authsignal/aws-cognito-server-sdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains example code for integrating Authsignal into AWS Cognito to create a passwordless authentication flow. For more information please visit our docs site.

Installation

Please run the following command in both the spa and backend folders.

yarn install

Running the SPA

yarn run dev

Running the Express backend

COGNITO_CLIENT_ID=<ID_HERE> COGNITO_CLIENT_SECRET=<SECRET_HERE> COGNITO_USER_POOL_ID=<USER_POOL_ID_HERE> node app.js

About

An example app showing how to integrate the Authsignal pre-built UI with AWS Cognito when using the AWS SDK server-side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published