You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-14Lines changed: 19 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,28 @@ Multi Support : x86/x64
9
9
10
10
## **Bugs**
11
11
12
-
If the default example not added to your software isn't functioning how it should, please report a bug here https://keyauth.cc/app/?page=forms
12
+
If you are using our example with no significant changes, and you are having problems, please Report Bug here https://keyauth.cc/app/?page=forms
13
13
14
14
However, we do **NOT** provide support for adding KeyAuth to your project. If you can't figure this out you should use Google or YouTube to learn more about the programming language you want to sell a program in.
15
15
16
+
## Different Architectures
17
+
x86 :
18
+
19
+
1- Compile libcurl can be downloaded from curl.se and compiled by x86 Native Tools (Visual Studio Tools)
20
+
21
+
2- Lib Configuration -> General -> C++ Language Standard -> ISO C++17 Standard (/std:c++17)
22
+
23
+
3- Lib Configuration -> Advanced -> Character Set -> Multi-Byte Character Set
24
+
25
+
4- Lib Configuration -> Preprocessor definiton for CURL -> CURL_STATICLIB
26
+
27
+
## **What is KeyAuth?**
28
+
29
+
KeyAuth is an Open source authentication system with cloud hosting plans as well. Client SDKs available for [C#](https://github.com/KeyAuth/KeyAuth-CSHARP-Example), [C++](https://github.com/KeyAuth/KeyAuth-CPP-Example), [Python](https://github.com/KeyAuth/KeyAuth-Python-Example), [Java](https://github.com/KeyAuth-Archive/KeyAuth-JAVA-api), [JavaScript](https://github.com/mazkdevf/KeyAuth-JS-Example), [VB.NET](https://github.com/KeyAuth/KeyAuth-VB-Example), [PHP](https://github.com/KeyAuth/KeyAuth-PHP-Example), [Rust](https://github.com/KeyAuth/KeyAuth-Rust-Example), [Go](https://github.com/mazkdevf/KeyAuth-Go-Example), [Lua](https://github.com/mazkdevf/KeyAuth-Lua-Examples), [Ruby](https://github.com/mazkdevf/KeyAuth-Ruby-Example), and [Perl](https://github.com/mazkdevf/KeyAuth-Perl-Example). KeyAuth has several unique features such as memory streaming, webhook function where you can send requests to API without leaking the API, discord webhook notifications, ban the user securely through the application at your discretion. Feel free to join https://t.me/keyauth if you have questions or suggestions.
30
+
31
+
> [!TIP]
32
+
> https://vaultcord.com FREE Discord bot to Backup server, members, channels, messages & more. Custom verify page, block alt accounts, VPNs & more.
33
+
16
34
## Copyright License
17
35
18
36
KeyAuth is licensed under **Elastic License 2.0**
@@ -30,16 +48,3 @@ of the licensor in the software. Any use of the licensor’s trademarks is subje
30
48
to applicable law.
31
49
32
50
Thank you for your compliance, we work hard on the development of KeyAuth and do not appreciate our copyright being infringed.
33
-
34
-
## Different Architectures
35
-
x86 :
36
-
37
-
1- Compile libcurl can be downloaded from curl.se and compiled by x86 Native Tools (Visual Studio Tools)
38
-
39
-
2- Lib Configuration -> General -> C++ Language Standard -> ISO C++17 Standard (/std:c++17)
40
-
41
-
3- Lib Configuration -> Advanced -> Character Set -> Multi-Byte Character Set
42
-
43
-
4- Lib Configuration -> Preprocessor definiton for CURL -> CURL_STATICLIB
44
-
45
-
Looking for a Discord bot made by the KeyAuth & RestoreCord founder that you can use to backup your Discord members, server settings, and messages? Go to https://vaultcord.com
0 commit comments