tokusumi / fastapi-cloudauth

Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
MIT License
323 stars 35 forks source link

Fix dependency for Firebase: auto-install cryptography with python-jose #63

Closed tokusumi closed 2 years ago

tokusumi commented 2 years ago

Fix dependency problem for Firebase Auth. Related to #33 #48 #51

To integrate Firebase Auth requires cryptography. that's is installed in Poetry development environments but not in production environment (when call pip install fastapi-cloudauth).

Fix:

codecov[bot] commented 2 years ago

Codecov Report

Merging #63 (20e8a03) into master (fe66b2d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          14       14           
  Lines        1316     1316           
=======================================
  Hits         1312     1312           
  Misses          4        4           
Flag Coverage Δ
unittests 99.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fe66b2d...20e8a03. Read the comment docs.