JSONWebTokens.cfc
JSONWebTokens.cfc copied to clipboard
Thi is a ColdFusion gateway to help encode and decode JSON web tokens.
I'm working with an authentication system that has given me a x509 certificate for the public key and when I try to decode the token using this library, I get...
Hello, I ported the code to an old version of CFML. I don't know if you face this problem, but the padding function was broken : ```CFML function convertToBase64( input...
I didn't spend a lot of time on this, but I got it working by scoping global variables in the CFCs. Also it might be worth noting that real-world examples...
Provides compatibility for CF9 by preventing error of "ByteArray objects cannot be converted to strings".
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
I've tested this lib with google api JWT, but I got error: ``` can't decode the base64 input string [notasecret], because the input string has an invalid length ``` notasecret...