Transport adapter for requests to handle Pomerium authentication
Project description
pomerium_http_adapter
Transport adapter for requests to handle Pomerium authentication
Introduction
This Python module acts as a "transport adapter" for the popular "requests" library. It enables transparent Pomerium authentication (in a similar fashion as "pomerium-cli") of HTTPS requests.
Current status
The module is still in early development and lacks things such as a test suite and documentation. Contributions are welcome!
Example usage
import requests
import pomerium_http_adapter
session = requests.Session()
adapter = pomerium_http_adapter.PomeriumHTTPAdapter(
authenticated_domains=['example.com'])
session.mount('https://', adapter)
for user in session.get('https://api.example.com/v2/users').json():
print('=> %s' % user['name'])
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
File details
Details for the file pomerium_http_adapter-0.6.1.tar.gz.
File metadata
- Download URL: pomerium_http_adapter-0.6.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e1374389d6b719a902a014b1a521f3fe61755bd33d6266c39a956dd3d8eb9b8
|
|
| MD5 |
22fd4e43b7d79a8ca29c08c2cafd7b32
|
|
| BLAKE2b-256 |
228920a5bd277832e8f12f211a9112ff02d1ce20567796163184965358945e03
|