Implementation of “Remember me” in a Rails application

前端 未结 7 1034
旧时难觅i
旧时难觅i 2020-12-24 05:11

My Rails-app has a sign in box with a \"remember me\" checkbox. Users who check that box should remain logged in even after closing their browser. I\'m keeping track of whet

7条回答
  •  粉色の甜心
    2020-12-24 05:26

    The restful_authentication plugin has a good implementation of this:

    http://agilewebdevelopment.com/plugins/restful_authentication

提交回复
热议问题