phlexus/phlexus-library-auth

v0.4.0 2020-10-06 22:47 UTC

This package is auto-updated.

Last update: 2024-08-27 18:58:21 UTC


README

Phlexus CMS 的认证库。支持多种驱动/适配器,适用于不同场景。

灵感来源于 SidRoberts/phalcon-auth

使用示例

use Phlexus\Libraries\Auth\Manager as AuthManager;

$manager = new AuthManager('plain', ['auth_file_path' => 'passwords.txt']);
$manager->login(['user', 'password']);

当前支持的驱动

  • model - Phalcon 模型
  • plain - 纯文本文件