Yazin
Yazin
I'm using the sample code shown in the README for `RS256`: ```ruby rsa_private = OpenSSL::PKey::RSA.generate 2048 rsa_public = rsa_private.public_key token = JWT.encode payload, rsa_private, 'RS256' decoded_token = JWT.decode token, rsa_public,...
I'm using the jail() method to load a sensitive user-uploaded image that is supplied by a PHP script (upon proper validation of the users session). The image tag i'm using...
Hi there, followed the README to get this setup with a fresh Jekyll project (literally `jekyll new myproject`). I get this error after running `jekyll s`: ``` Configuration file: /Users/rock/projects/qun/jekyll/_config.yml...