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 semantic release support #6

Closed mblackgeo closed 2 years ago

mblackgeo commented 2 years ago

Also adds some short documentation about Cognito scopes and custom session values

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (b04078a) into main (8246042) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          292       294    +2     
=========================================
+ Hits           292       294    +2     
Impacted Files Coverage Δ
src/flask_cognito_lib/__init__.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 8246042...b04078a. Read the comment docs.