Authenticator implementations for Basic, Digest and Form based HTTP authentication
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
- Documentation at appserver.io