https://github.com/sidroberts/phalcon-auth
Auth component for Phalcon.
https://github.com/sidroberts/phalcon-auth
auth authentication phalcon
Last synced: 8 months ago
JSON representation
Auth component for Phalcon.
- Host: GitHub
- URL: https://github.com/sidroberts/phalcon-auth
- Owner: SidRoberts
- License: mit
- Created: 2015-02-24T15:00:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T13:05:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T11:51:14.113Z (10 months ago)
- Topics: auth, authentication, phalcon
- Language: PHP
- Size: 46.9 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Sid\Phalcon\Auth`
Auth component for Phalcon.
Passwords are created using [`Phalcon\Encryption\Security::hash()`](https://github.com/phalcon/cphalcon/blob/v5.0.0/phalcon/Encryption/Security.zep#L413) and verified using [`Phalcon\Encryption\Security::checkHash()`](https://github.com/phalcon/cphalcon/blob/v5.0.0/phalcon/Encryption/Security.zep#L133).
[](https://github.com/SidRoberts/phalcon-auth/actions)
[]()
[](https://github.com/SidRoberts/phalcon-auth/issues)
[](https://github.com/SidRoberts/phalcon-auth/pulls)
## Version Requirements
[]()
[]()
## Installing
Install using Composer:
```json
{
"require": {
"sidroberts/phalcon-auth": "dev-master"
}
}
```
## Documentation
See the [Wiki](https://github.com/SidRoberts/phalcon-auth/wiki).
## License
Licensed under the MIT License.
© [Sid Roberts](https://github.com/SidRoberts)