# Configure your endpoint (get this from KeyAuth dashboard)
response = requests.post(
"https://[YOUR-APP-url/api/1.2/", # βοΈ Edit this!
data=data,
timeout=10
)
π Authentication Setup
python
# Get these credentials from your KeyAuth dashboard
auth = KeyAuth(
name="my_cool_app", # οΏ½οΈ App Name
ownerid="abc123", # π Owner ID
version="1.0", # π·οΈ Version
secret="sk_*******" # β KEEP THIS SECRET!
)
Replace these placeholders with your actual credentials:
[YOUR-APP] - Your KeyAuth subdomain
my_cool_app - Your application name
abc123 - Your owner ID
1.0 - Your app version
sk_******* - Your secret key
-
Notifications
You must be signed in to change notification settings - Fork 0
CodeStartUp/KeyAuthPython
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published