corsac-dart / jwt

Lightweight implementation of JSON Web Tokens (JWT)
BSD 2-Clause "Simplified" License
45 stars 28 forks source link

Improvement/audience can accept list of string #7

Open Marco-Parente opened 4 years ago

Marco-Parente commented 4 years ago

Because some oAuth2 and OIDC services can also return a list of audiences, not just a String. Example: https://github.com/ory/hydra

codecov-io commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.89%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #7      +/-   ##
========================================
+ Coverage    99.1%   100%   +0.89%     
========================================
  Files           1      1              
  Lines         112    113       +1     
========================================
+ Hits          111    113       +2     
+ Misses          1      0       -1
Impacted Files Coverage Δ
lib/corsac_jwt.dart 100% <100%> (+0.89%) :arrow_up:

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 d073e41...592c600. Read the comment docs.

pulyaevskiy commented 4 years ago

Would you be willing to rebase this PR from latest master so that conflicts are resolved?