Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Easy Auth-Plugin
Hello,
i want to write a small plugin that allows me to use a custom authentification.
i looked through vanilla and found the authentificators.
after that i searched in the facebook auth plugin. but i think the plugins just gets the data and creats a new account?
is there any way to write real authenticators? i want to return an new user instance.
thanks a lot and sorry for my bad english,
tim
i want to write a small plugin that allows me to use a custom authentification.
i looked through vanilla and found the authentificators.
after that i searched in the facebook auth plugin. but i think the plugins just gets the data and creats a new account?
is there any way to write real authenticators? i want to return an new user instance.
thanks a lot and sorry for my bad english,
tim
0
Comments
return $this->getUserModel()->getUserById($id) would be smarter?