Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 434 Bytes

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 the spa folder:

yarn install

Running the SPA

VITE_COGNITO_CLIENT_ID=<ID_HERE> yarn run dev