kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
762 stars 226 forks source link

[Algorithms] Support HS384 and HS512 #4

Closed kylef closed 9 years ago

kylef commented 9 years ago

Awaiting on https://github.com/krzyzanowskim/CryptoSwift/pull/47

krzyzanowskim commented 9 years ago

CryptoSwift already have it.