c++

  1. Tohru

    XF 2.2 Use XF session to verify via curl

    Hello all. I'm attempting to verify that the user is logged into their xenforo account via cURL and a C++ application. I would like to avoid using the API due to the insecure nature of an API key in a compiled file which will be sent to forum members. So far I've been able to verify the user is...
  2. M

    XF 2.2 C++ authentication (libcurl)

    I saw some old examples of login authentication using /api/auth but looks like the rest api changed these in 2.1/2.2. Is anyone familiar with using libcurl and getting access to the /api/auth. I know it grabs users information once it recognizes the request. All attempts lead to the API key not...
Top Bottom