Skip to content

schemavaults/auth

Repository files navigation

@schemavaults/auth

Welcome to the monorepo for the SchemaVaults Auth Platform.

Repository Structure

The auth platform code is within a Turborepo repository using Bun workspaces for package installation.

The packages directory

The auth-server application directory

In the auth-server directory is the code for the actual authentication/authorization server, which makes use of the packages in the packages directory.

The auth-postgres-db directory

The auth-postgres-db directory contains utilities for launching/managing the dev/test versions of the Postgres database that @schemavaults/auth-server uses.

Development

See the @schemavaults/auth-server README.md for instructions on how to start the development server.

Production

https://auth.schemavaults.com

Building packages

Build all packages:

bun run build:packages

Build a specific package:

bun run build --filter @schemavaults/auth-server-sdk

Build auth server

See the @schemavaults/auth-server README.md for build instructions.

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  

Languages