Krasen Vachev
Member
So I use this PHP Rest API https://xenforo.com/community/resources/xenapi-xenforo-php-rest-api.902/
What I'm interested in is the authenticate function which returns an error if the user's username and pass are invalid or a hash if they are correct. My question is is there any way I could validate if that hash is correct with some external software, like I get the hash in my C# app and check if it's correct
What I'm interested in is the authenticate function which returns an error if the user's username and pass are invalid or a hash if they are correct. My question is is there any way I could validate if that hash is correct with some external software, like I get the hash in my C# app and check if it's correct