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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oneid_client-0.1.2.tar.gz.
File metadata
- Download URL: oneid_client-0.1.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a64b382359c4f736380d47648b24c2a5b5b8b5b8ad1ea573cfa1c9b9a9d33a4f
|
|
| MD5 |
2aaef4b460856ec89c0416d94edc9944
|
|
| BLAKE2b-256 |
e50d0cc0af7b74bdaec619c8d327bc870af2b8e2b1d37a1316d6c3b2267aca0f
|
File details
Details for the file oneid_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: oneid_client-0.1.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
802172e44e3ddfdb71ec1924beedb3f7eebc702794180fe9438565fb90eeb97f
|
|
| MD5 |
551e67004c24cce6daec7e9d2454706e
|
|
| BLAKE2b-256 |
98e2cf3f8899c2ffa177807ba0a13be1333a32b8348da0457178d9dd8b70d988
|