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

Feature - Support membership of "any" group in auth required decorator #20

Closed mblackgeo closed 1 year ago

mblackgeo commented 1 year ago

Closes #18

codecov-commenter commented 1 year ago

Codecov Report

Merging #20 (08321de) into main (692f312) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          302       304    +2     
=========================================
+ Hits           302       304    +2     
Impacted Files Coverage Δ
src/flask_cognito_lib/__init__.py 100.00% <100.00%> (ø)
src/flask_cognito_lib/decorators.py 100.00% <100.00%> (ø)