Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SidRoberts/phalcon-authmiddleware
Auth Middleware component for Phalcon.
https://github.com/SidRoberts/phalcon-authmiddleware
auth middleware phalcon
Last synced: 3 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 (almost 9 years ago)
- Default Branch: 5.0.x
- Last Pushed: 2023-01-26T00:04:45.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T01:00:25.420Z (4 months ago)
- Topics: auth, middleware, phalcon
- Language: PHP
- Size: 70.3 KB
- Stars: 28
- Watchers: 3
- 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.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SidRoberts/phalcon-authmiddleware/tests.yml?style=for-the-badge)](https://github.com/SidRoberts/phalcon-authmiddleware/actions)
[![GitHub release](https://img.shields.io/github/release/SidRoberts/phalcon-authmiddleware.svg?style=for-the-badge)]()[![GitHub issues](https://img.shields.io/github/issues-raw/SidRoberts/phalcon-authmiddleware.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-authmiddleware/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/SidRoberts/phalcon-authmiddleware.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-authmiddleware/pulls)## Version Requirements
[![](https://img.shields.io/badge/Phalcon-%3E%3D%205.0.0-76C39B?style=for-the-badge)]()
[![](https://img.shields.io/badge/PHP-%3E%3D%208.0.0-777BB3?style=for-the-badge)]()
## 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)