Skip to main content

HOTOSM SSO authentication library for Hanko + OSM OAuth

Project description

HOTOSM Auth Library - Python

FastAPI/Django integration for Hanko authentication with OSM OAuth support.

Installation

pip install hotosm-auth

Usage

FastAPI

from fastapi import FastAPI, Depends
from hotosm_auth.integrations.fastapi import CurrentUser

app = FastAPI()

@app.get("/me")
async def get_me(user: CurrentUser):
    return {"id": user.id, "email": user.email}

Django

from django.http import JsonResponse
from hotosm_auth.integrations.django import require_auth

@require_auth
def my_view(request):
    return JsonResponse({"user_id": request.user.id})

Features

  • JWT validation for Hanko tokens
  • OSM OAuth 2.0 integration
  • User mapping between Hanko and application users
  • FastAPI and Django integrations

Configuration

Set these environment variables:

HANKO_API_URL=https://login.hotosm.org
OSM_CLIENT_ID=your_osm_client_id
OSM_CLIENT_SECRET=your_osm_secret
COOKIE_SECRET=your_secret_key

License

AGPL-3.0

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

hotosm_auth-0.2.9.tar.gz (98.7 kB view details)

Uploaded Source

Built Distribution

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

hotosm_auth-0.2.9-py3-none-any.whl (46.2 kB view details)

Uploaded Python 3

File details

Details for the file hotosm_auth-0.2.9.tar.gz.

File metadata

  • Download URL: hotosm_auth-0.2.9.tar.gz
  • Upload date:
  • Size: 98.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for hotosm_auth-0.2.9.tar.gz
Algorithm Hash digest
SHA256 4d049b569bf42577b528ee3adf63aff1f597633cd4cf8cc01d3ddfcba640e41d
MD5 a626013776494c8f8a295e34cb30d389
BLAKE2b-256 f6030676b96428dc77ae0eeb32826845b5fc5deaf7b1302d81f2bec144fb97bd

See more details on using hashes here.

File details

Details for the file hotosm_auth-0.2.9-py3-none-any.whl.

File metadata

  • Download URL: hotosm_auth-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 46.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for hotosm_auth-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 d2cced2f8ab5618929980dd3c284fb566861b26fa8117a0e71e5968a8c392b79
MD5 a0263eaa8b80d8a835ddb57d0d36d981
BLAKE2b-256 4e94a060392d94375801c19cb14fb5bfd8c003f019e68fac73c5bc02d95e18c7

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