srvkit/auth
最新稳定版本:v1.1.4
Composer 安装命令:
composer require srvkit/auth
包简介
An advance and flexible authentication package for codeigniter 4+
README 文档
README
Srvkit Auth is a plug-and-play authentication system for CodeIgniter 4, designed to be developer-friendly, cleanly structured, and easy to extend.
It supports login, registration, password reset, token-based auth, and is flexible enough for JWT or session-based use.
✨ Features
- 🚀 Simple & advance plug-in for CI4 (Composer-ready)
- 🔐 Login / Register / Forgot Password / Reset Password
- 🔁 Refresh token + Access token logic
- 📱 Multi-device refresh token handling
- 🪪 JWT and opaque token support
- 📩 Magic Link support (Forgot Password, Email Login)
- 🧱 Modular: Easily extensible via services, traits, and config
- 🌗 API and web (form) both supported
📦 Installation
- Insall by composer:
composer require srvkit/auth
- Publish config and views:
php spark auth:setup
- Run migrations:
php spark migrate --all
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-12