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
- Host: GitHub
- URL: https://github.com/rindow/rindow-security-core
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-27T09:28:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:50:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T03:46:40.920Z (about 1 year ago)
- Topics: authentication, authorization, framework, php, security
- Language: PHP
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Core Security support
=====================
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