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


Dev setup

To get started, you need to do the following:

  1. 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
  2. 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
  3. Download the libs in the C++ example: You need cURL[OpenSSL] and CryptoPP libraries in order to use the C++ example.