Interface IAuthentication
Authentication related functions
Implements authentication using HTTP\s BASIC AUTHENTICATION This class should be extended, this implementation will allways return false
Namespace: Phramework\Authentication
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1
Located at Authentication/IAuthentication.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1
Located at Authentication/IAuthentication.php
Methods summary
public
array|false
|
|
public
array|false
|
#
authenticate( array $params, string $method, array $headers )
Autheticate a user, using user's email and password Always returns false You must extend this class and implement this method |
public
boolean
|
#
testProvidedMethod( array $params, string $method, array $headers )
Test if current request holds authoratation data |