Metadata-Version: 2.1
Name: pyAuthManager
Version: 0.1.4.2
Summary: Authentication Manager with support of AWS, GCP and Azure.
Author: Romuald Atchadé, Hervé Martin
Author-email: romuald.atchade@tounilab.com, hervefranciscomartin@gmail.com
License: MIT
Platform: Linux
Platform: Mac
Platform: Windows
Requires-Dist: boto3 (==1.26.8)
Requires-Dist: botocore (==1.29.8)
Requires-Dist: CacheControl (==0.12.11)
Requires-Dist: cachetools (==5.2.0)
Requires-Dist: certifi (==2022.9.24)
Requires-Dist: cffi (==1.15.1)
Requires-Dist: charset-normalizer (==2.1.1)
Requires-Dist: cryptography (==38.0.3)
Requires-Dist: ecdsa (==0.18.0)
Requires-Dist: firebase-admin (==6.0.1)
Requires-Dist: google-api-core (==2.10.2)
Requires-Dist: google-api-python-client (==2.65.0)
Requires-Dist: google-auth (==2.14.1)
Requires-Dist: google-auth-httplib2 (==0.1.0)
Requires-Dist: google-cloud-core (==2.3.2)
Requires-Dist: google-cloud-firestore (==2.7.2)
Requires-Dist: google-cloud-storage (==2.6.0)
Requires-Dist: google-crc32c (==1.5.0)
Requires-Dist: google-resumable-media (==2.4.0)
Requires-Dist: googleapis-common-protos (==1.56.4)
Requires-Dist: grpcio (==1.50.0)
Requires-Dist: grpcio-status (==1.50.0)
Requires-Dist: httplib2 (==0.21.0)
Requires-Dist: idna (==3.4)
Requires-Dist: jmespath (==1.0.1)
Requires-Dist: jose (==1.0.0)
Requires-Dist: msgpack (==1.0.4)
Requires-Dist: proto-plus (==1.22.1)
Requires-Dist: protobuf (==4.21.9)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pycparser (==2.21)
Requires-Dist: PyJWT (==2.6.0)
Requires-Dist: pyparsing (==3.0.9)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: python-decouple (==3.6)
Requires-Dist: python-jose (==3.3.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: rsa (==4.9)
Requires-Dist: s3transfer (==0.6.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: uritemplate (==4.1.1)
Requires-Dist: urllib3 (==1.26.12)

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

0.1.4.2
Upgrade dependencies

0.1.4.1
Upgrade dependencies

v0.1.4
Cleanup dependencies

v0.1.3.1
Update version requirements

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
