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
59 stars 19 forks source link

Feature: Allow @auth_required decorator to be disabled through configuration #7

Closed mblackgeo closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (26b2439) into main (1af4d24) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          294       299    +5     
=========================================
+ Hits           294       299    +5     
Impacted Files Coverage Δ
src/flask_cognito_lib/config.py 100.00% <100.00%> (ø)
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 1af4d24...26b2439. Read the comment docs.