Skip to content

piotrbaczek/jelly-auth-bcrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
	// ...
));