Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Security classes #68

Closed
wants to merge 11 commits into from
Closed

feat: Security classes #68

wants to merge 11 commits into from

Conversation

adriangb
Copy link
Owner

Closes #22

@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2022

Codecov Report

Merging #68 (222601d) into main (52489fe) will decrease coverage by 1.33%.
The diff coverage is 62.84%.

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   97.48%   96.14%   -1.34%     
==========================================
  Files         142      147       +5     
  Lines        4566     4749     +183     
  Branches      748      785      +37     
==========================================
+ Hits         4451     4566     +115     
- Misses         71      138      +67     
- Partials       44       45       +1     
Impacted Files Coverage Δ
xpresso/binders/_security/utils.py 20.00% <20.00%> (ø)
xpresso/security.py 26.92% <26.92%> (ø)
xpresso/binders/_security/oauth.py 56.71% <56.71%> (ø)
xpresso/binders/_security/apikey.py 64.44% <64.44%> (ø)
tests/test_security/test_security_key_header.py 100.00% <100.00%> (ø)
xpresso/binders/api.py 100.00% <100.00%> (ø)
tests/__init__.py 100.00% <0.00%> (ø)

@adriangb adriangb closed this Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support combining multiple security schemes
2 participants