This library provides a simple policy-based authorisation layer for ingenerator/warden.
Warden is under heavy development and not recommended for production use outwith inGenerator.
This isn't in packagist yet : you'll need to add our package repository to your composer.json:
{
"repositories": [
{"type": "composer", "url": "https://php-packages.ingenerator.com"}
]
}
$> composer require ingenerator/warden-auth
Contributions are welcome but please contact us before you start work on anything to check your plans line up with our thinking and future roadmap.
This package has been sponsored by inGenerator Ltd
Licensed under the BSD-3-Clause Licence