Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 334 Bytes

README.old.md

File metadata and controls

18 lines (13 loc) · 334 Bytes

Xiler Auth Middleware

This repository contains the user authentication (OAuth like) site that gets used as authentication system for xiler.

Setup

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result. s