Skip to main content

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


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.6.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

iam_client-0.1.6-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file iam_client-0.1.6.tar.gz.

File metadata

  • Download URL: iam_client-0.1.6.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for iam_client-0.1.6.tar.gz
Algorithm Hash digest
SHA256 8a3a672c8787561986d1c5f2c1791233be25e93a1762e104a5f8f396f4ee82a3
MD5 270d940020d899b4c0f585a6ae9ad4ee
BLAKE2b-256 c8147e5268c13c45ac8684bfd72b40a471875760c60b58279932d59b3fc7ece4

See more details on using hashes here.

File details

Details for the file iam_client-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: iam_client-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for iam_client-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 24cd660359c4833eb0c4a5f8a68e1da18e0910a1ebeba328a08124dda73b39fb
MD5 5f63e85dd5b78c93bfc055bd3c2a8370
BLAKE2b-256 96213758ab1f19394b871d705fd4a1f1b8b6a00cfef33f460633bf7d5b1e3006

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