mauricek/psr-authorization

A PSR-7 compatible package to handle authorization. Includes assertions out oof the box to assert if a user is owner of a resouce.

dev-master 2019-03-22 02:47 UTC

This package is auto-updated.

Last update: 2024-03-22 14:12:52 UTC


README

A PSR-7 compatible package to handle authorization It supports per role assertions, per permission assertions, and a whitelist and blacklist system for additional flexibility.

Getting Started

Prerequisites

Installing

composer install mauricek\psr-authorization

Running the tests

License

This project is licensed under the New BSD License - see the LICENSE file for details

Acknowledgments