pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
635 stars 155 forks source link

Update webauthn transports support. #807

Closed jwag956 closed 1 year ago

jwag956 commented 1 year ago

Move to registration response - as per L2 and L3 spec. This is supported by py_webauthn.

Update versions for upcoming 5.3

Update pre-commit, etc.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0bf563f) 97.55% compared to head (017516c) 97.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #807 +/- ## ======================================= Coverage 97.55% 97.55% ======================================= Files 34 34 Lines 4450 4450 ======================================= Hits 4341 4341 Misses 109 109 ``` | [Impacted Files](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/807?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware) | Coverage Δ | | |---|---|---| | [flask\_security/\_\_init\_\_.py](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/807?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware#diff-Zmxhc2tfc2VjdXJpdHkvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [flask\_security/webauthn.py](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/807?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware#diff-Zmxhc2tfc2VjdXJpdHkvd2ViYXV0aG4ucHk=) | `98.58% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.