ramosbugs / openidconnect-rs

OpenID Connect Library for Rust
MIT License
427 stars 103 forks source link

Implements the device authorisation flow #114

Closed ljyanesm closed 1 year ago

ljyanesm commented 1 year ago

Solves #113

codecov[bot] commented 1 year ago

Codecov Report

Merging #114 (a2af2d2) into main (eb15817) will decrease coverage by 0.49%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
- Coverage   73.92%   73.43%   -0.49%     
==========================================
  Files          17       17              
  Lines        4092     4107      +15     
==========================================
- Hits         3025     3016       -9     
- Misses       1067     1091      +24     
Impacted Files Coverage Δ
src/core/mod.rs 53.76% <ø> (ø)
src/lib.rs 66.66% <0.00%> (-6.21%) :arrow_down:
ramosbugs commented 1 year ago

thanks!