Skip to content

Phauthentic/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bac8f4a · Mar 17, 2024
Mar 17, 2024
Aug 21, 2021
Mar 15, 2024
Sep 12, 2019
Mar 17, 2024
Mar 16, 2024
Sep 23, 2016
Nov 29, 2016
Aug 21, 2021
Mar 17, 2024
Nov 29, 2016
Mar 17, 2024
Mar 15, 2024
Apr 25, 2021
Mar 17, 2024
Mar 17, 2024
Apr 25, 2021
Mar 15, 2024
Mar 17, 2024

Repository files navigation

Authentication

Software License Codecov Code Quality phpstan Level 8 php 8.0

This library intends to provide a framework around authentication and user identification. Authorization is a separate concern.

Installation

You can install this library using composer:

composer require phauthentic/authentication

Requirements

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.

Only if you plan to use the PSR-15 middleware:

Documentation

Copyright & License

Licensed under the MIT license.