sidroberts/phalcon-auth

Auth component for Phalcon.

dev-master 2023-01-26 13:05 UTC

This package is auto-updated.

Last update: 2024-03-26 16:04:51 UTC


README

Auth component for Phalcon.

Passwords are created using Phalcon\Encryption\Security::hash() and verified using Phalcon\Encryption\Security::checkHash().

GitHub Workflow Status GitHub release

GitHub issues GitHub pull requests

Version Requirements

Installing

Install using Composer:

{
    "require": {
        "sidroberts/phalcon-auth": "dev-master"
    }
}

Documentation

See the Wiki.

License

Licensed under the MIT License. © Sid Roberts