bennadel / JSONWebTokens.cfc

Thi is a ColdFusion gateway to help encode and decode JSON web tokens.
Other
59 stars 26 forks source link

Use CertificateFactory for public keys #3

Open nopjmp opened 8 years ago

nopjmp commented 8 years ago

X509EncodedKeySpec doesn't support all public key formats

Should fix #2

Sorry for the newline changes, Atom decided to clobber them when I was fixing up the RSASigner.cfc