vapor / jwt-kit

🔑 JSON Web Token (JWT) signing and verification (HMAC, ECDSA, EdDSA, RSA, PSS) with support for JWS and JWK
https://api.vapor.codes/jwtkit/documentation/jwtkit/
MIT License
191 stars 49 forks source link

Add compatibility for iOS 15 and friends #181

Closed ptoffy closed 1 month ago

ptoffy commented 1 month ago

Fix #180

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.76%. Comparing base (f26649c) to head (1a73dfe). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #181 +/- ## ======================================= Coverage 78.76% 78.76% ======================================= Files 60 60 Lines 1413 1413 ======================================= Hits 1113 1113 Misses 300 300 ```