This library intends to provide a framework around authentication and user identification. Authorization is a separate concern.
You can install this library using composer:
composer require phauthentic/authentication
Your application must use the PSR 7 HTTP Message interfaces for your request and response objects. The whole library is build to be framework agnostic but uses these interfaces as the common API. Every modern and well written framework and application should fulfill this requirement.
- php >= 8.0
- psr/http-message
Only if you plan to use the PSR-15 middleware:
- Architectural Overview
- Quick Start and Introduction
- Authenticators
- Identifiers
- Identity Objects
- URL Checkers
- PSR15 Middleware
- PSR7 Middleware
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.