fgsl/handler

Fgsl Handlerk

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:framework

1.0.0 2021-06-15 14:21 UTC

This package is auto-updated.

Last update: 2024-10-15 22:01:33 UTC


README

Class AbstractAuthHandler provides a HTTP handling with authentication and authorization control.

Class AbstractAclHandlerFactory makes easy to create factories for handlers with access control. This class use the model AclFactory to create a permission control based on component Laminas\Permissions\Rbac.

Class AclHandler provides a HTTP handler for a authorization error page. Use AclHandlerFactory to create instances of AclHandler.

Class LogoutHandler provides a standard HTTP handler for exiting from an application. Use LogoutHandlerFactory to create instances of LogoutHandler.

Class SessionMiddleware enables use of session for an application.