Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T05:54:10.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T15:16:41.216Z (3 months 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: [![Build Status](https://travis-ci.com/rindow/rindow-web-security.png?branch=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 mechanismIt aims to be framework independent code, but now relies in part on Rindow-Security-Core and Rindow-Web-Mvc.