Metadata-Version: 2.1
Name: pyAuthManager
Version: 0.1.3
Summary: Authentication Manager with support of AWS, GCP and Azure.
Home-page: UNKNOWN
Author: Romuald Atchadé, Hervé Martin
Author-email: romuald.atchade@tounilab.com, hervefranciscomartin@gmail.com
License: MIT
Platform: Linux
Platform: Mac
Platform: Windows
Requires-Dist: autopep8 (==1.5.4)
Requires-Dist: bleach (==4.1.0)
Requires-Dist: boto3 (==1.16.42)
Requires-Dist: botocore (==1.19.42)
Requires-Dist: CacheControl (==0.12.6)
Requires-Dist: cachetools (==4.2.2)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: cffi (==1.14.6)
Requires-Dist: charset-normalizer (==2.0.4)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: docutils (==0.18.1)
Requires-Dist: ecdsa (==0.14.1)
Requires-Dist: firebase-admin (==5.0.1)
Requires-Dist: google-api-core (==1.31.1)
Requires-Dist: google-api-python-client (==2.15.0)
Requires-Dist: google-auth (==1.34.0)
Requires-Dist: google-auth-httplib2 (==0.1.0)
Requires-Dist: google-cloud-core (==1.7.2)
Requires-Dist: google-cloud-firestore (==2.2.0)
Requires-Dist: google-cloud-storage (==1.41.1)
Requires-Dist: google-crc32c (==1.1.2)
Requires-Dist: google-resumable-media (==1.3.3)
Requires-Dist: googleapis-common-protos (==1.53.0)
Requires-Dist: grpcio (==1.39.0)
Requires-Dist: httplib2 (==0.19.1)
Requires-Dist: idna (==3.2)
Requires-Dist: importlib-metadata (==4.11.2)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: jose (==1.0.0)
Requires-Dist: keyring (==23.5.0)
Requires-Dist: msgpack (==1.0.2)
Requires-Dist: packaging (==21.0)
Requires-Dist: pkginfo (==1.8.2)
Requires-Dist: proto-plus (==1.19.0)
Requires-Dist: protobuf (==3.17.3)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pycodestyle (==2.6.0)
Requires-Dist: pycparser (==2.20)
Requires-Dist: Pygments (==2.11.2)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-decouple (==3.3)
Requires-Dist: python-jose (==3.2.0)
Requires-Dist: pytz (==2021.1)
Requires-Dist: pywin32-ctypes (==0.2.0)
Requires-Dist: readme-renderer (==32.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==2.0.0)
Requires-Dist: rsa (==4.6)
Requires-Dist: s3transfer (==0.3.3)
Requires-Dist: six (==1.15.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tqdm (==4.63.0)
Requires-Dist: typing-extensions (==4.1.1)
Requires-Dist: uritemplate (==3.0.1)
Requires-Dist: urllib3 (==1.26.2)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.7.0)

Authentication Manager with support of AWS, GCP and Azure

Have you ever felt sucked reading too much documentation before creating a simple authentication service ?
Well, pyAuthManager project aims to remove this headache and let you focus on your service.
Cloud native authentication service that supports the following features:
- AWS, GCP & Azure support
- MFA
- Identity Pool (somehow)
- More to come

v0.1.3
Upgrade dependencies

v0.1.2
Set correctly provider

v0.1.1
GCP Support fixes

v0.1.0
AWS & GCP Support:

* provider: email + password

* Signup & confirmation

* Signin

* Password reset

* Token validation & refresh


