An open API service indexing awesome lists of open source software.

https://github.com/rindow/rindow-security-core


https://github.com/rindow/rindow-security-core

authentication authorization framework php security

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Core Security support
=====================
Master: [![Build Status](https://travis-ci.com/rindow/rindow-security-core.png?branch=master)](https://travis-ci.com/rindow/rindow-security-core)

This is a library for unifying application procedures and procedures for using security functions including authentication and authorization.

The rindow-secuirty-core clarifies the division of roles between developers of security functions and developers of applications. Application developers can access control by class method merely by setting annotation in source code.

Provide the following functions

- Flexible customizable authentication function
- Authorization function that can control access by method
- Authorization features can be configured both file-based and annotation-based