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.
Options

Single Sign On Question

Hi,

I am trying to build the Vanilla forums into my site, and I want to make it as seamless as possible.
I have been looking at the JsConnect and ProxyConnect options, but both have cons.

What I would like, is to create a forum account for my users as soon as they create a account on the website (as the forum will be integrated into the normal website design completely, aka. not like forums.mysite.com.
Also, I would like the users to get logged in to the "forum" as soon as the users logs in to my main website, without having to sign in twice etc.

What is the best solution to implement this?
I guess I could simply add the user to the forum db once a user account is created, even though I am unsure how Vanilla stores passwords (I can only see that BLOB is used, not which encryption). I am really unsure about the signing in automaticly part though.

Tagged:

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    If you are running wordpress, I suggest glue.

    If you are running something else, I suggest reading the gdn_authenticator, gdn_user, and entrycontroller classes source code.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    I'm running my own code :-) All self-written.
    Thanks for the suggestions, I will have a look at the pages you suggested.

Sign In or Register to comment.