Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can try to use <strong>rails4</strong> with your API, it's providing more security and use <strong>devise 3.1.0rc</strong></p> <ul> <li><p>In Rails 4.0, several features have been extracted into gems.</p> <ul> <li>ActiveRecord::SessionStore</li> <li>Action Caching</li> <li>Page Caching</li> <li>Russian Doll-caching through key-based expiration with automatic dependency management of nested templates.<br> <a href="http://blog.envylabs.com/post/41711428227/rails-4-security-for-session-cookies" rel="nofollow noreferrer">http://blog.envylabs.com/post/41711428227/rails-4-security-for-session-cookies</a></li> </ul></li> <li><p>Devise 3.1.0.rc runs on both Rails 3.2 and Rails 4.0. <a href="http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/" rel="nofollow noreferrer">http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/</a></p></li> <li><p>Devise is deprecation of <code>TokenAuthenticatable</code> in 3.1.0rc but <strong>you can build your own</strong> <code>TokenAuthenticatable</code> method for security issue. It's more reliable and secure.</p></li> </ul> <p>For token, session store you can go through <a href="http://ruby.railstutorial.org/chapters/sign-in-sign-out" rel="nofollow noreferrer">http://ruby.railstutorial.org/chapters/sign-in-sign-out</a> and <a href="http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html" rel="nofollow noreferrer">http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html</a> for more understable.</p> <p>At last you should go through these kind of encryption and decryption "<a href="https://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data">Unable to decrypt stored encrypted data</a>" to get the more security.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload