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

edited December 2010 in Vanilla 2.0 - 2.8
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

Comments

  • i think the main problem is, that the Gdn_PasswordAuthenticator -> Authenticate returns an id of the user, and no model.

    return $this->getUserModel()->getUserById($id) would be smarter?
Sign In or Register to comment.