Skip to content

CoatesDigital/nutshell-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup: Set the user Model and column names in config.

save: $salt = $this->plugin->Auth->generateSalt(); $password = $this->plugin->Auth->saltPassword($salt, $password); // save the user's salt and password

login: $success = $this->plugin->Auth->login($email, $password);

check: $this->plugin->Auth->isLoggedIn();

logout: $this->plugin->Auth->logOut();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages