Skip to content

Commit aaa919d

Browse files
authored
Update README.md
1 parent cdbd85e commit aaa919d

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
# Eauth-Python-Example
2-
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+
==============
33

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+
![Eauth python application example SDK](python_app_image.png)
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
23+
```

0 commit comments

Comments
 (0)