rindow/rindow-web-security

Apply authentication, access control, etc. to the web

1.0.1 2020-04-16 05:49 UTC

This package is auto-updated.

Last update: 2024-04-16 14:45:58 UTC


README

Master: Build Status

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.