kreactive / JSONWebToken

Swift lib for decoding, validating, signing and verifying JWT
MIT License
36 stars 25 forks source link

use CryptoKit for hash function when running on iOS 13 or later #19

Closed antoinepalazzolo closed 4 years ago

antoinepalazzolo commented 4 years ago

fallback to common crypto for iOS 12 and earlier removed objc compatibility implementation since common crypto module is now available