appserver-io/authenticator

Authenticator implementations for Basic, Digest and Form based HTTP authentication

3.0.1 2021-10-06 15:37 UTC

This package is auto-updated.

Last update: 2024-04-06 21:00:29 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library provides Basic, Digest and Form based HTTP authentication implementations.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io/authenticator": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links