You are here

basic_auth.inc in RESTful 7

File

plugins/authentication/basic_auth.inc
View source
<?php

$plugin = array(
  'label' => t('Basic authentication'),
  'description' => t('Authenticate requests based on basic auth.'),
  'name' => 'basic_auth',
  'class' => 'RestfulAuthenticationBasic',
);