Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

At last you should go through these kind of encryption and decryption "http"https://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data" to get the more security.

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

At last you should go through these kind of encryption and decryption "http://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data" to get the more security.

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

At last you should go through these kind of encryption and decryption "https://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data" to get the more security.

added 177 characters in body
Source Link
Gaurav Sharma
  • 475
  • 10
  • 24

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

At last you should go through these kind of encryption and decryption "http://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data" to get the more security.

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.

At last you should go through these kind of encryption and decryption "http://stackoverflow.com/questions/18535759/unable-to-decrypt-stored-encrypted-data" to get the more security.

Source Link
Gaurav Sharma
  • 475
  • 10
  • 24

You can try to use rails4 with your API, it's providing more security and use devise 3.1.0rc

For token, session store you can go through http://ruby.railstutorial.org/chapters/sign-in-sign-out and http://blog.bigbinary.com/2013/03/19/cookies-on-rails.html for more understable.