tokusumi / fastapi-cloudauth

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

Add standard claims verification #45

Closed tokusumi closed 3 years ago

tokusumi commented 3 years ago

Add more standard claims verification. Listed in:

Breaking changes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (d0a5e00) into master (ae024ed) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master       #45    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           11        11            
  Lines          786      1023   +237     
==========================================
+ Hits           786      1023   +237     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
fastapi_cloudauth/base.py 100.00% <100.00%> (ø)
fastapi_cloudauth/verification.py 100.00% <100.00%> (ø)
tests/helpers.py 100.00% <100.00%> (ø)
tests/test_auth0.py 100.00% <100.00%> (ø)
tests/test_cloudauth.py 100.00% <100.00%> (ø)
tests/test_cognito.py 100.00% <100.00%> (ø)
tests/test_firebase.py 100.00% <100.00%> (ø)
tests/test_verification.py 100.00% <100.00%> (ø)

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 ae024ed...d0a5e00. Read the comment docs.