Recent content by techguy12

  1. T

    XF 2.2 Using XenForo as authentication for other subdomains

    Farther along - I figured out it was a permissions issue, and apparently found the correct permissions. It's now throwing an error: "Required input missing" - Although i have no idea which input is missing. This is pretty confusing - "based on session ID or remember cookie value" and "At...
  2. T

    XF 2.2 Using XenForo as authentication for other subdomains

    I'm trying this currently, but I'm getting an error. Calling it from Laravel/Guzzle: $client = new \GuzzleHttp\Client(['base_uri' => 'https://forums.xyz.com']); $apiKey = "asdlzjlf21435ja2dvaddexample"; $postInput = ["session_id" => $session_key]; $response = $client->request('POST'...
  3. T

    XF 2.2 Using XenForo as authentication for other subdomains

    Thanks for the quick response! I looked into this, and while it is doable, that particular endpoint requires super user permission (per the documentation,) so it seemed like a pretty big security risk. It may still come down to this.
  4. T

    XF 2.2 Using XenForo as authentication for other subdomains

    Hello all! I'm working on a site that has multiple components - a Xenforo server (e.g. forums.xyz.com), a Laravel API server (api.xyz.com) and a WordPress site (xyz.com). These are all running on the same physical server, but some are using their own web servers. I don't have much experience...
Top Bottom