Skip to content

bherila/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BWH Auth

Shared authentication packages for BWH Laravel/Vite applications.

This repository contains:

  • ui: npm package bwh-auth for React auth UI and browser WebAuthn helpers.
  • laravel: Composer package bherila/auth-laravel for Laravel auth services, passkeys, migrations, routes, and extension contracts.

The packages intentionally keep app-specific policy outside the shared core. Apps decide whether a user can log in, where they go after login, and how audit events are recorded.

UI Installation

bwh-auth is installed from GitHub Releases:

pnpm add https://github.com/bherila/auth/releases/download/bwh-auth-v0.1.1/bwh-auth-0.1.1.tgz

Each consuming app injects its own shadcn/Base UI components into bwh-auth.

UI Release

From ui/:

pnpm release patch

The script builds, packs, tags, uploads the release asset with gh, and prints the tarball URL to use in consumers.

Repositories

This auth repository is separate from the bwh-ui repository under /Users/bwh/proj/ui.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors