Skip to main content

Google OAuth 2.0 / OAuth 2.1 / OIDC 1.0 identity provider implementations for Swarmauri

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swarmauri_auth_idp_google Discord

Swarmauri Auth IDP Google

Google OAuth 2.0 / OAuth 2.1 / OIDC 1.0 identity providers packaged for Swarmauri deployments.

Features

  • PKCE-enabled Authorization Code flows with HMAC-signed state payloads.
  • Discovery-driven OAuth 2.1/OIDC login that validates ID tokens and nonces.
  • Profile hydration via Google UserInfo endpoints for normalized downstream payloads.
  • Retry-aware HTTP integration tuned for Google Identity services.
  • ComponentBase-compatible models registered under swarmauri.auth_idp entry points.

Installation

pip

pip install swarmauri_auth_idp_google

uv (project)

uv add swarmauri_auth_idp_google

uv (environment)

uv pip install swarmauri_auth_idp_google

Usage

import asyncio
from pydantic import SecretBytes, SecretStr
from swarmauri_auth_idp_google import GoogleOAuth20Login

login = GoogleOAuth20Login(
    client_id="google-client-id",
    client_secret=SecretStr("google-client-secret"),
    redirect_uri="https://app.example.com/callback",
    state_secret=SecretBytes(b"replace-with-random-bytes"),
)

async def run_flow() -> None:
    auth = await login.auth_url()
    print(auth["url"])
    # Redirect the browser to `auth["url"]`, then capture the callback `code` and `state`.
    # Later, call `login.exchange_and_identity(code, state)` inside your callback handler.

asyncio.run(run_flow())

Workflow Summary

  1. Call auth_url() and redirect the browser to the returned URL.
  2. Persist the state and verify it during the callback handler.
  3. Exchange the authorization code through exchange_and_identity() to obtain tokens and profile metadata.

Entry Points

  • swarmauri.auth_idp:GoogleOAuth20Login
  • swarmauri.auth_idp:GoogleOAuth21Login
  • swarmauri.auth_idp:GoogleOIDC10Login

Contributing

To contribute to swarmauri-sdk, review the guidelines for contributing which cover development workflow, testing, and coding standards.

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

swarmauri_auth_idp_google-0.11.0.dev2.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file swarmauri_auth_idp_google-0.11.0.dev2.tar.gz.

File metadata

  • Download URL: swarmauri_auth_idp_google-0.11.0.dev2.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_auth_idp_google-0.11.0.dev2.tar.gz
Algorithm Hash digest
SHA256 2627bfde8d8c2d02eda3e0dc0fd2ee1281e5cbfbb64f54e390f8648d42b09078
MD5 d17514c39596f989ad0eb6e33a25b7ce
BLAKE2b-256 d964877c953a3f98887d0db2c217f2d6a6e1dc1dfdd092ccc743f8bbdeccf39c

See more details on using hashes here.

File details

Details for the file swarmauri_auth_idp_google-0.11.0.dev2-py3-none-any.whl.

File metadata

  • Download URL: swarmauri_auth_idp_google-0.11.0.dev2-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_auth_idp_google-0.11.0.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b05147465e95c932399e78f2b7ae1220975e67d683f5cda4589c5e77248ac2a
MD5 e9b7890dff157baaefd1f2bb765b7b50
BLAKE2b-256 6b7fda56e881a2a9b64af4e47881ec6836ef6d6dba8ecd0fc04b36c82cfb2cbd

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