aliev / aioauth

Asynchronous OAuth 2.0 provider for Python 3
https://aliev.me/aioauth
MIT License
214 stars 19 forks source link

Fix password grant request validation #55

Closed grmnz closed 2 years ago

grmnz commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #55 (d30aa39) into master (1506696) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #55   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          595       595           
  Branches       117       117           
=========================================
  Hits           595       595           
Impacted Files Coverage Δ
aioauth/grant_type.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 1506696...d30aa39. Read the comment docs.

aliev commented 2 years ago

Wow nice catch! I will add it to the hotfix release :)