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
Yes title says everything. This file contains the `keyauth.py` and `main.py` from https://github.com/KeyAuth/KeyAuth-Python-Example
7
+
8
+
A few people did not know how to merge the files, so I made an example.
9
+
10
+
**method1.py**
11
+
12
+
This file shows you how to add your program to keyauth example.
13
+
14
+
All you have to do is copy and paste your code below the example, you can check it in the `method1.py` file.
15
+
16
+
**method2.py**
17
+
18
+
This file shows you how to use your code if it's above the example code.
19
+
20
+
- This method will only work if you call your functions after login.
21
+
-**Example:**
22
+
Create 1 function that will call all the other needed functions. You can also create 1 function and put everything in it. This is all your choice, method 1 would be a better idea.
23
+
- This can be exploited with Python code injection, for example injecting a code that will call the function before login.
0 commit comments