Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 318 Bytes

File metadata and controls

12 lines (8 loc) · 318 Bytes

Jelly driver for Kohana Auth

The Auth driver is the official Kohana ORM Auth driver modified for Jelly.

Installation

Enable the module in your bootstrap.php:

Kohana::modules(array(
	'jelly-auth' => MODPATH.'jelly-auth',
	// ...
));