entropix-in/laravel-shared-auth

Shard authentiation for all internal laravel apps.

1.1.0 2025-01-12 17:34 UTC

This package is auto-updated.

Last update: 2025-05-12 18:32:42 UTC


README

Latest Version Total Downloads License

Laravel Shared Auth is a package to share user authentication functionality across multiple Laravel applications. It provides a shared User model, migrations for user-related tables, and the ability to configure shared database connections.

Features

  • Shared users, password_reset_tokens, and sessions tables
  • Shared User model for authentication
  • Configurable shared database connections
  • Easy integration into Laravel apps

Installation

Step 1: Install the Package

Require the package via Composer:

composer require entropix-in/laravel-shared-auth