I hereby claim:
- I am bruz on github.
- I am bruz (https://keybase.io/bruz) on keybase.
- I have a public key whose fingerprint is 23FA 06C9 7662 402B 0F9B 3386 B4B2 EA97 B335 45BB
To claim this, I am signing this object:
var g = require('./lib/garcon'), | |
server = new g.Server(), | |
myApp; | |
myApp = server.addApp({ | |
name: 'signup', | |
//theme: 'my_theme', | |
buildLanguage: 'english' | |
}); |
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
# `cookie` is the session cookie string | |
message = URI.unescape cookie | |
config = Rails.application.config | |
key_generator = ActiveSupport::KeyGenerator.new( | |
Rails.application.secrets.secret_key_base, iterations: 1000 | |
) | |
secret = key_generator.generate_key( | |
config.action_dispatch.encrypted_cookie_salt | |
) |