Skip to content

creatoro/orm-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SSO module driver for Kohana ORM

This driver will enable support for Kohana ORM in the SSO module.

Installation

  1. Place the driver into your modules directory.
  2. Enable the driver just like any other module.

+1: Customize the sign up process

If the user wasn't found during the login process the current sign up method saves the user as a new user. It also merges the OAuth account with a standard account if they share the same e-mail address.

You can define your own sign up method:

  1. Copy orm_driver_directory/classes/model/user.php to application_directory/classes/model/user.php.
  2. Customize the sso_signup() method to your needs.

About

SSO module driver for Kohana ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages