Wstunes / SwiftyJWT

A library to generate JWT with Swift
MIT License
48 stars 30 forks source link

Fix support for rs384 and rs512, without changing expiration handling. #7

Closed frimicc closed 6 years ago

frimicc commented 6 years ago

I've left in the option to make nil expiration dates possible, but made JWT.init require them. This correctly maintains the previous behavior.

Wstunes commented 6 years ago

I've pushed the new version. 🚀 SwiftyJWT (0.0.3) successfully published 📅 September 7th, 05:52 🌎 https://cocoapods.org/pods/SwiftyJWT 👍 Tell your friends! Hope you enjoy~

frimicc commented 6 years ago

Thank you!