https://github.com/SidRoberts/phalcon-authmiddleware
Auth Middleware component for Phalcon.
https://github.com/SidRoberts/phalcon-authmiddleware
auth middleware phalcon
Last synced: 5 months ago
JSON representation
Auth Middleware component for Phalcon.
- Host: GitHub
- URL: https://github.com/SidRoberts/phalcon-authmiddleware
- Owner: SidRoberts
- License: mit
- Created: 2016-01-31T21:29:28.000Z (over 9 years ago)
- Default Branch: 5.0.x
- Last Pushed: 2023-01-26T00:04:45.000Z (over 2 years ago)
- Last Synced: 2025-05-07T16:52:06.854Z (5 months ago)
- Topics: auth, middleware, phalcon
- Language: PHP
- Size: 70.3 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - phalcon-authmiddleware - Add middleware events to the dispatcher. Generic design that's compatible with ACL or a custom auth library. (Authentication & OAuth)
README
# `Sid\Phalcon\AuthMiddleware`
Auth Middleware component for Phalcon.
[](https://github.com/SidRoberts/phalcon-authmiddleware/actions)
[]()[](https://github.com/SidRoberts/phalcon-authmiddleware/issues)
[](https://github.com/SidRoberts/phalcon-authmiddleware/pulls)## Version Requirements
[]()
[]()
## Installing
Install using Composer:
```bash
composer require sidroberts/phalcon-authmiddleware
```## Documentation
See the [Wiki](https://github.com/SidRoberts/phalcon-authmiddleware/wiki).
## License
Licensed under the MIT License.
© [Sid Roberts](https://github.com/SidRoberts)