Skip to main content

Python client for OneID SSO 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.0.tar.gz (2.9 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.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: oneid_client-0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 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.0.tar.gz
Algorithm Hash digest
SHA256 5e13a5cea069b8e9e72cefc8acda9ee4bb9a2040997ba78a1471fed57aa82558
MD5 d5068a9712323ed710bcea4b7f8013bb
BLAKE2b-256 8642a02b2b7ab87f3ba8588fea364e836595620bbf38c18e895f4b6ca908a313

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oneid_client-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.3 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 35b8a907a2fb2a18772c772c2e2b55e665769774a7a636033c0026beffd1e32c
MD5 b4e88b903a7f743170db9631d587944b
BLAKE2b-256 44468ec06becd84d1451d9bd9a51ec2a46705258e7a1f3b8f57c1c467a31714b

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