PHP lithium\security\auth\adapter Namespace

Classes

Name Description
Form The `Form` adapter provides basic authentication facilities for checking credentials submitted via a web form against a database. To perform an authentication check, the adapter accepts an instance of a `Request` object which contains the submitted form data in its `$data` property.
Http The `Http` adapter provides basic and digest authentication based on the HTTP protocol.