Skip to main content

A client for OneID authentication

Project description

OneID Client for Python

A lightweight Python client for authenticating users and retrieving user data using the OneID SSO platform via OAuth2.

🔧 Installation

From PyPI:

pip install oneid-client

From source:

git clone https://github.com/justbackend/oneid-client.git

🚀 Usage Example

Initialize the OneID client

from oneid import OneID

one_id = OneID(
    url="https://sso.egov.uz/sso/oauth/Authorization.do",
    client_id='your_client_name',
    client_secret='your_client_secret',
    redirect_uri='your_redirect_url'
)

# Get user info using the authorization code
user = one_id.get_user_info(code='a3eed750-fec6-4544-910a-52e2ce020797')

# Access the user's full name
print(user.full_name)

🧩 Features 🔐 OAuth2 Authorization Code flow for OneID

🔄 Automatic access token retrieval

👤 Fetch structured user data with a simple interface

📦 Easy integration in any FastAPI, Django, or standalone Python project

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

oneid_client-0.1.3.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oneid_client-0.1.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file oneid_client-0.1.3.tar.gz.

File metadata

  • Download URL: oneid_client-0.1.3.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for oneid_client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 431d7696109fec5acfa6b1c9b589a8972ccf3dd79721eb5531b6867adaa348de
MD5 2e324d792b7010b01c1606216d5ed7b2
BLAKE2b-256 aea710d75067b9c63a4261b504326149dd99c84399a689c1020a528ab68862c7

See more details on using hashes here.

File details

Details for the file oneid_client-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: oneid_client-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for oneid_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 02e57989d646787afde5bd23cf6a4dfeb57b509f430134db10d75a849e174636
MD5 138eeeed4ac12a006e51e464ba22e150
BLAKE2b-256 00cd29c39be0e2d08f9c42e2898e8fbb00599cd1d00e46ab522f03a00005383b

See more details on using hashes here.

Supported by

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