Skip to content

Instantly share code, notes, and snippets.

@shadowhand
Created February 3, 2009 07:12
Show Gist options
  • Save shadowhand/57375 to your computer and use it in GitHub Desktop.
Save shadowhand/57375 to your computer and use it in GitHub Desktop.
<?php defined('SYSPATH') or die('No direct access');
return array
(
'title' => 'Kohana Authentication',
'author' => 'Kohana Team',
'version' => '3.0',
'description' => 'Provides simple and secure username/password authentication.',
'website' => 'http://kohanaphp.com/modules/auth',
'update' => 'http://update.kohanaphp.com/module/auth',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment