xul/auth-kit

Reusable Laravel auth kit package with Blade UI, themes, email verification, 2FA, password reset, and rate limiting.

Maintainers

Package info

github.com/Xultech-LTD/auth-kit

pkg:composer/xul/auth-kit

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v1.0.0 2026-03-23 11:49 UTC

This package is auto-updated.

Last update: 2026-04-23 12:06:52 UTC


README

Tests License PHP Laravel Laravel

AuthKit is a reusable, configuration-driven authentication package for Laravel applications.

It provides a complete authentication system with Blade-based UI, flexible configuration, and extensible flows โ€” without forcing a fixed implementation.

๐Ÿš€ Documentation

Full documentation is available here:

๐Ÿ‘‰ https://xultech-ltd.github.io/auth-kit/

The documentation covers:

  • Installation
  • Configuration
  • Authentication flows
  • UI customization
  • Extensibility and overrides
  • Security features

โœจ Features

  • Authentication (login & registration)
  • Email verification (link or token-based)
  • Password reset (link or token-based)
  • Two-factor authentication (TOTP, extensible drivers)
  • Blade-based UI components
  • Theme and UI customization support
  • Fully configuration-driven architecture
  • Route, controller, and validation overrides
  • Rate limiting and security controls

๐Ÿ“ฆ Installation

โš ๏ธ AuthKit is currently in active development.

Once published:

composer require xul/auth-kit

Then follow the installation guide in the documentation.

โš™๏ธ Configuration Philosophy

AuthKit is built around a configuration-first approach.

Instead of hardcoding behavior, you can control:

  • authentication flows
  • route structure and naming
  • validation and payload mapping
  • UI rendering and form schemas
  • security features (verification, 2FA, confirmations)
  • frontend behavior and themes

This allows you to adapt AuthKit to your application without modifying package internals.

๐Ÿงช Testing

composer test

๐Ÿค Contributing

Contributions are welcome.

Please:

  • open issues for bugs or feature requests

  • submit pull requests for improvements

  • follow existing code style and structure

  • ๐Ÿ“„ License

AuthKit is open-sourced software licensed under the MIT license.