Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 295 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 295 Bytes

Auth0 Example

Installation

yarn install

Configuration

Copy the example env file:

cp .env.local.example .env.local

You can then edit these local config values to use your own Auth0 client and Authsignal tenant if you wish.

Run

To run the app:

yarn dev