aliev / aioauth

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

fix: allow `POST` method in `create_authorization_response` #65

Closed aliev closed 2 years ago

aliev commented 2 years ago

fixes #64

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (e71e05e) into master (e69c989) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          648       648           
  Branches       117       117           
=========================================
  Hits           648       648           
Impacted Files Coverage Δ
aioauth/server.py 100.00% <100.00%> (ø)
aioauth/utils.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pedropregueiro commented 2 years ago

this makes it work for me now @aliev 👍