IAM client for services
Project description
iam-client
A lightweight, production-ready IAM client SDK for backend services.
This package allows backend services to securely communicate with the Identity and Access Management (IAM) system using service credentials.
✨ Features
- Service-to-service authentication
- Automatic service token retrieval
- Token introspection
- Fetch user details by user ID
- Clean, minimal Python API
- Designed for FastAPI backends
📦 Installation
Install directly from GitHub
pip install git+https://github.com/YOUR_ORG/iam-client.git
Install directly from GitHub
pip install git+https://github.com/YOUR_ORG/iam-client.git@v0.1.0
✨ Configuration
Set the following environment variables in the consuming backend service:
IAM_BASE_URL=https://iam.xyz.com
TENANT_SLUG=xyz
IAM_CLIENT_ID=xyz-backend
IAM_CLIENT_SECRET=super-secret
✨ Usage
Create IAM client (once per service)
from iam_client.client import IAMClient
iam = IAMClient(
base_url="https://iam.xyz.com",
tenant_slug="xyz",
client_id="xyz-backend",
client_secret="super-secret",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iam_client-0.1.2.tar.gz
(2.5 kB
view details)
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 iam_client-0.1.2.tar.gz.
File metadata
- Download URL: iam_client-0.1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74fb9d0d9a69418142c8dbcca42e41449707f15c02246891fb12ec2702544482
|
|
| MD5 |
af45b7b79c525989930858fb302c273b
|
|
| BLAKE2b-256 |
a5d70c5c463802a0ae7d9d67a23ace4a75e52e998adc13e49a9f5c642a9f339e
|
File details
Details for the file iam_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: iam_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e8b0d716cc890b3fade426d4088ca93a3a73a9fdb8d67ad2b7c8c8866c8e5b1
|
|
| MD5 |
d356a2a25e7e4654e8d1243519fe525e
|
|
| BLAKE2b-256 |
647782e8387020b6e9f4e2028edcfea24618b2e9eaa9f85de727f04df1d32e51
|