We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6cd46 commit 0e632c4Copy full SHA for 0e632c4
x86/main.cpp
@@ -16,7 +16,7 @@ std::string ownerid = skCrypt("ownerid").decrypt();
16
std::string secret = skCrypt("secret").decrypt();
17
std::string version = skCrypt("1.0").decrypt();
18
std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
19
-std::string path = skCrypt("path (optional)").decrypt();
+std::string path = skCrypt("").decrypt(); //optional, set a path if you're using the token validation setting
20
21
api KeyAuthApp(name, ownerid, secret, version, url, path);
22
0 commit comments