appserver-io / authenticator
Authenticator implementations for Basic, Digest and Form based HTTP authentication
Installs: 1 036
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 2
Open Issues: 0
Requires
- php: >=5.4.0
- appserver-io-psr/auth: ~2.0
- appserver-io-psr/servlet: ~4.0
- appserver-io/collections: ~1.0
- appserver-io/http: ~2.0
- rhumsaa/uuid: ~2.4
Requires (Dev)
- appserver-io/build: ~1.0
README
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