mikejw/elib-acl

ACL extension using laminas/laminas-permissions-acl

Maintainers

Package info

github.com/empathy-software/elib-acl

Homepage

pkg:composer/mikejw/elib-acl

Transparency log

Statistics

Installs: 162

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v4.1.2 2026-07-17 07:23 UTC

This package is auto-updated.

Last update: 2026-07-19 07:02:14 UTC


README

ACL extension for Empathy apps using https://github.com/laminas/laminas-permissions-acl that provides scaffolding to create quick ACL “enabled” RESTful apis with JWT auth.

This also depends on elib-base and elib-jwt.

See getting-started.md for project setup/configuration.

API login accepts an optional remember boolean. Successful JWT responses include both token and expires_in; clients should use expires_in as the maximum lifetime of any cookie containing that token.

Login tokens last one day by default and 30 days when remember is true. Other JWT responses use elib-jwt's configured default TTL.

Licence

Distributed under an MIT License. See LICENSE.