Skip to main content

Python package to interact with multiple authentication services

Project description

py-multiauth PyPI CI CD codecov

PyPI - Python Version PyPI - Downloads

Installation

pip install py-multiauth

Supported methods

Name Authenticate Refresh Extra
API_KEY
AWS Signature
BASIC
REST
DIGEST
GRAPHQL
HAWK
MANUAL
OAUTH

Usage

Loading a configuration file

Currently, we support 4 way of loading a configuration file.

# Using constructor argument
MultiAuth(authrc_file='path.json')

# Using environment variable
os.environ['AUTHRC'] = 'path.json'

# Using autodection
os.paths.exists('.authrc')?

# Using autodection from user home directory
os.path.exists(os.path.expanduser('~/.multiauth/.authrc'))?

Managing authentication flow

MultiAuth supports context singleton. From that, you can instanciate MultiAuth and re-use the same class in another package as far it is sharing the same context.

auth = MultiAuth(auths=.., users=.., authrc=.., logger=..)

# Sending the requests to get the correct headers
auth.authenticate_users()

# Getting the header before sending a HTTP request
auth_headers = auth.reauthenticate(username=.., additional_headers=.., public=..)
r = requests.get('https://example.com', headers=auth_headers[0])

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License PyPI - License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_multiauth-2.0.0rc3.tar.gz (35.1 kB view details)

Uploaded Source

Built Distribution

py_multiauth-2.0.0rc3-py3-none-any.whl (47.9 kB view details)

Uploaded Python 3

File details

Details for the file py_multiauth-2.0.0rc3.tar.gz.

File metadata

  • Download URL: py_multiauth-2.0.0rc3.tar.gz
  • Upload date:
  • Size: 35.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for py_multiauth-2.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 7083ecf58164821506bcf99dbd3ab29e8169fffbe3c92347b8ba53303722f7b9
MD5 b344c6f1f6bbda64d742efcace5d0e9a
BLAKE2b-256 861fc8d76d3f88119ef48fe059bf5e9cf633fdb681727d2aef7a0070f77515a0

See more details on using hashes here.

File details

Details for the file py_multiauth-2.0.0rc3-py3-none-any.whl.

File metadata

File hashes

Hashes for py_multiauth-2.0.0rc3-py3-none-any.whl
Algorithm Hash digest
SHA256 a05e7c933e61b94ed0abf691d8ea530248aab4dcf6592d15ddce8bd0dad0738f
MD5 732893ed88a4ce12aa595f5fe5b8111c
BLAKE2b-256 7e877661757bf440319e478cf655ff51b8b632645ca33741aeaab5fd4e9e12a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page