An open API service indexing awesome lists of open source software.

https://github.com/hyperonecom/h1-credentials-helper-python


https://github.com/hyperonecom/h1-credentials-helper-python

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# h1-credentials-helper-python

## Installation

Describe installation with pip.

## Providers

### Passport provider

Passport provider is based on passport file which can be generated using [h1-cli](https://github.com/hyperonecom/h1-cli).

#### Usage

```python
from "" import get_passport_credentials_helper

auth_provider = get_passport_credentials_helper()
bearer = auth_provider.get_token()
```