https://github.com/rindow/rindow-web-security
Apply authentication, access control, etc. to the web
https://github.com/rindow/rindow-web-security
authentication crlf framework middleware php psr-7
Last synced: 12 months ago
JSON representation
Apply authentication, access control, etc. to the web
- Host: GitHub
- URL: https://github.com/rindow/rindow-web-security
- Owner: rindow
- License: bsd-3-clause
- Created: 2019-05-10T23:11:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T05:54:10.000Z (about 6 years ago)
- Last Synced: 2025-02-17T02:25:58.698Z (about 1 year ago)
- Topics: authentication, crlf, framework, middleware, php, psr-7
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Apply authentication, access control, etc. to the web
=====================================================
Master: [](https://travis-ci.com/rindow/rindow-web-security)
Components that apply basic security functions to the web.
- Basic authentication using PSR-7 middleware
- PHP session-based forms authentication using PSR-7 middleware
- Cookie-based RememberMe mechanism
- CSRF token mechanism
- CORS mechanism
It aims to be framework independent code, but now relies in part on Rindow-Security-Core and Rindow-Web-Mvc.