James
Member since Sep 27, 2016
- Profile: /members/13315-james.htm
- Comments: 1
Recent Blog Comments By James
-
JSONWebTokens.cfc - A Small ColdFusion Module For JSON Web Tokens
Posted on Sep 27, 2016 at 2:43 PM
Just a small bug in your README.md code that I ran into doing a proof of concept: var client = new lib.JsonWebTokens().createClient( "HS256", "secretKey" ); This collides with CF's CLIENT scope. Was scratching my head dumping it out to why it was a struct when it hit me that it... read more »