Skip to content

Eauth.us.to - Secure your C++ console application with Eauth your #1 software licensing and authentication solution.

Notifications You must be signed in to change notification settings

Eauth786/Eauth-CPP-Console

Repository files navigation

What is Eauth?

https://eauth.us.to/ - Your #1 Free and Powerful Software Licensing Solution, Ultimately providing you with the most secure features and easy to use on an authentication system.

Terms of Service

Documentation

https://eauth.us.to/docs/ Eauth c++ cpp console application example SDK

Static Library

https://github.com/Eauth786/Eauth-CPP-Library

Configuration

In your main() function, the first step is to initiate a request with your credentials:

int main() {
    // Initialization request (required)
    if (!initRequest("your_account_key", "your_application_key", "your_application_id", "1.0")) { // --> 1.0 means your app version
        std::cout << error_message;
        std::this_thread::sleep_for(std::chrono::milliseconds(3500));

        // Exit the program to indicate an error
        exit(1);
    }
}

About

Eauth.us.to - Secure your C++ console application with Eauth your #1 software licensing and authentication solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages