Skip to main content

Python client for Endevre ID authentication flows

Project description

Endevre ID Python Client

A Python helper library for interacting with Endevre ID authentication services. It mirrors the core workflows of the browser client with a server-friendly API.

Features

  • Build secure login URLs for Endevre ID SSO flows.
  • Exchange authorization codes for tokens (optionally requesting JWTs).
  • Refresh access tokens using stored refresh tokens.
  • Retrieve user information from tokens or the Endevre ID API.
  • Optional JWT validation backed by the public signing key.

Installation

pip install endevre-id-client

Quick start

from endevre_id_client import EndevreClient

client = EndevreClient(
    client_id="<your client id>",
    client_secret="<your client secret>",
)

login_url = client.getLoginUrl(
    final_redirect_uri="https://app.example.com/auth/callback",
    redirect_uris=["https://app.example.com/start"],
)

# After your user completes the flow and you receive the `code`
exchange_result = client.exchange(code)
user_info = client.getUserInfo(exchange_result.token)
refreshed = client.refreshToken(exchange_result.refresh)

Publishing

Automated publishing mirrors the JavaScript package strategy:

  • Pushes to main publish the version defined in pyproject.toml as the stable release.
  • Pushes to beta publish a time-stamped beta pre-release (e.g. 0.1.0b20241006123000).
  • Pushes to dev publish a time-stamped development build (e.g. 0.1.0.dev20241006123000).
  • Pushes to justin* / ray* branches run tests only (no publish).

All workflows live under .github/workflows/python-ci-cd.yml and rely on the PYPI_API_TOKEN secret (or PyPI Trusted Publisher configuration) for auth.

Development

Install dev dependencies:

pip install -e .[dev]

Run the test suite:

pytest

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

endevre_id_client-0.1.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

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

endevre_id_client-0.1.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: endevre_id_client-0.1.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for endevre_id_client-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5945ac205c75117e558b459ce06afd54c8da9f25295e867eddeae37d502b5736
MD5 97a6008637abe8571b9919f53d1ab79b
BLAKE2b-256 65f08f1c51b618c8aef1969b7c9e1073a741057cb487e895f9cf4b77ae5a1c48

See more details on using hashes here.

Provenance

The following attestation bundles were made for endevre_id_client-0.1.0.tar.gz:

Publisher: python-ci-cd.yml on endevre/endevre-id-client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for endevre_id_client-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7f016f5ec0361b41a0bb2e177dbac6eabed44169569a309cf1cd8a0d335009c
MD5 d91e29a7fbbf484b206930bc0f01e25e
BLAKE2b-256 5c675eff901b504349f5c29b05fbcaa3bd338f6365823fa0e359c884485f716e

See more details on using hashes here.

Provenance

The following attestation bundles were made for endevre_id_client-0.1.0-py3-none-any.whl:

Publisher: python-ci-cd.yml on endevre/endevre-id-client-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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