Skip to content

webf-run/identity

Repository files navigation

Identity

Multi-tenant system based on PostgreSQL.

Features

  • Preconfigured authentication with social signups.
  • Multi-tenant isolated DB solutions.

Install

# Core package
npm install @webf/auth

# Hono wrapper for building web apps
npm install @webf/base