Metadata-Version: 2.4
Name: d4k_ms_auth
Version: 0.5.1
Summary: A python package containing classes for microservice user interfces
Author: D Iberson-Hurst
Author-email: 
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: auth0-python==4.7.2
Requires-Dist: Authlib==1.6.7
Requires-Dist: d4k_ms_base>=0.4.0
Requires-Dist: fastapi>=0.121.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Microservices Authentication

## Description

A set of simple utility classes for d4k microservices authentication.

## Installation

```bash
pip install d4k_ms_auth
```

## Building package

Use pip to install build and twine. Use the following commands to build

```python -m build``` 

and upload to pypi.org using the command

```twine upload dist/*``` 
