Method |
Description |
|
checkHttpAuth ( $request ) : array |
Look for a HTTP Authorization header and decode it |
|
checkPhpAuth ( $request ) : array |
Look for PHP authorization headers |
|
getForwardingInfo ( Slim\Http\Headers $headers ) : null | UrlInfo |
Return a UrlInfo instance if the request contains forwarding information, or null if not. |
|
is_authorized ( ) : true |
Check if the access request is authorized by a user. A request must either contain session data from
a previous login or contain a HTTP Basic authorization info, which is then used to
perform a login against the users table in the database. |
|
is_static_resource ( $resource ) |
Static resources must not be protected. Return true id the requested resource
belongs to a static resource path, else false. |
|
mkRootUrl ( ) |
|
|