Recent content by JasonCox

  1. J

    Authenticating Users

    So I'm writing an application in c++ needs to check to see if a user's login credentials are valid. I'm able to query the xf_user_authenticate.data for a given user and I get something like this: a:1:{s:4:"hash";s:34:"$P$DJbii5ji4owDu.Sgm8k9E0.ofjeeyJ0Ó";} My question is, how can the user's...
Top Bottom