ruby on rails - How is Devise's secret_key used? -


i've been using devise while , have wondered how secret key used. looked through source references secret_key, wasn't clear me it. seems me might related session security?

the secret_key in devise used hash passwords , generate hashed tokens (used password-resets, email-confirm tokens etc)


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -