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
If you need any help or support on how to setup the sdk on your project, feel free to create a ticket on our discord server.
1
+
What is Eauth?
2
+
==============
3
3
4
-
# Tutorial
5
-
https://www.youtube.com/watch?v=SqsuK0BNpcI
4
+
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.
5
+
6
+
Documentation
7
+
-------------
8
+
9
+
https://eauth.us.to/docs/
10
+

11
+
12
+
Configuration
13
+
-------------
14
+
15
+
Navigate to `eauth.py`, and fill these lines of code:
16
+
17
+
```python
18
+
/* Required configuration */
19
+
account_key =""# Your account key goes here
20
+
application_key =""# Your application key goes here
21
+
application_ID =""# Your application ID goes here
22
+
application_version ="1.0"# Your application version goes here
0 commit comments