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.5.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.5-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: oneid_client-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 43fc605b211722b0abc5397c06b13497ac9ee1ed55f8e66111e66f4dd8b6d063
MD5 af3adcd3f47b91f238a04bbb28012bcc
BLAKE2b-256 a08060422d86e9e959f8eb43e48549560653a073c349ab4831c7ab2611c46017

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oneid_client-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a24b3bcda1061e51f73e252aff4a15d01e5ec6318d36b09a7ea95f32d732982e
MD5 93c496dd73649502185853cf8a6dc594
BLAKE2b-256 1f29e62a953b37137d451c4321e7df2050b7cf21e8e1870f1ddd53362015fd49

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