Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 332 Bytes

Authing

Simple Authentication and Authorization using Auth0

Installation

Follow the steps in auth0.com/docs to make a account in Auth0

pnpm must be installed

  git clone https://github.com/sDaCoder/authing.git .
  pnpm install
  pnpm run dev

Authors