mblackgeo / flask-cognito-lib

A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices
https://mblackgeo.github.io/flask-cognito-lib/
MIT License
57 stars 15 forks source link

Add app context to decorators #10

Closed mblackgeo closed 2 years ago

mblackgeo commented 2 years ago

Fixes #9

codecov-commenter commented 2 years ago

Codecov Report

Merging #10 (bb8bd38) into main (366c862) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          299       304    +5     
=========================================
+ Hits           299       304    +5     
Impacted Files Coverage Δ
src/flask_cognito_lib/decorators.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 366c862...bb8bd38. Read the comment docs.