Introduction
How to get started with cAuth!
This guide will help you get started with the auth! All the important stuff like "how to setup the auth", "what is the program encryption key", "how to use it", etc..
Universal API Documentation ( BETA )
Premium Admin API Documentation
If you have any questions or you want my help you may contact me on discord : FinGu#1337 or email me : fingupaypal@gmail.com
Dev setup
To get started, you need to do the following:
- Make sure you have .NET Framework installed since the official API handler is made in c#. If you don't, install it in .NET SDK
- Include the API class in your .NET project, you need to include the API file in order to start working with the API. C# API Download Link
- Download the libs in the C++ example: You need cURL[OpenSSL] and CryptoPP libraries in order to use the C++ example.