Skip to main content

MojangAuthPython is a lib for mojang authentification.

Project description

MojangAuth-Python

A lib for mojang authentification.

Made with

Examples

Simple Authentification :

from MojangAuth import MojangAuth

mojang_auth = MojangAuth()

mojang_auth.auth("email", "password")

access_token = mojang_auth.access_token #str : return access token
client_token = mojang_auth.client_token #str : return client token
profile = mojang_auth.profile #list : return selected profile
username = mojang_auth.username #str : return username
id = mojang_auth.id #str : return id

Refresh Token :

from MojangAuth import MojangAuth

mojang_auth = MojangAuth()

mojang_auth.refresh("access token", "client token")

Validate Token :

from MojangAuth import MojangAuth

mojang_auth = MojangAuth()

mojang_auth.validate("access token", "client token") #return True if token is good and False if not

Invalidate Token :

from MojangAuth import MojangAuth

mojang_auth = MojangAuth()

mojang_auth.invalidate("access token", "client token") #invalide token and return True if token is good and False if not

Signout :

from MojangAuth import MojangAuth

mojang_auth = MojangAuth()

mojang_auth.signout("email", "password") #signout user and return True if user successfully signout and False if not

Author

Asthowen

License

DiscordBotPihole | Mozilla Public License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MojangAuthPython-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

MojangAuthPython-0.1.2-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page