简体   繁体   English

在Rails中实现用户登录的最佳方法是什么?

[英]What is the best way to implement user login in Rails?

I am starting a new Rails project and I need to implement a login system that is secure because the application will be dealing with health data. 我正在开始一个新的Rails项目,我需要实现一个安全的登录系统,因为该应用程序将处理运行状况数据。 What is the best way to lock down the app in rails? 将应用程序锁定在导轨中的最佳方法是什么?

I've used restful-authentication . 我使用过restful-authentication Seems to do the trick. 似乎可以解决问题。

Authlogic-简易身份验证

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 实施用户技能方法的最佳方法-Rails 4 - Best way to implement a user skills method - Rails 4 在 Rails 4 中实现角色的最佳方式是什么? - What's the best way to implement roles in Rails 4? 在Rails应用程序中实现蒙皮的最佳方法是什么 - What is the best way to implement skinning in a Rails app Rails:为用户/对象交互实现竖起/向下竖起大拇指的最佳方式? - Rails: Best way to implement a thumbs up/down for user/object interactions? 在Rails中实现gmail样式“撤消”的最佳方法是什么? - What's the best way to implement gmail style “undo” in Rails? 在ruby on rails的博客文章中实现图像的最佳方法是什么? - What is the best way to implement images into blog posts in ruby on rails? 实现连续边栏搜索的最佳Rails方法是什么? - What is the best Rails way to implement a continuous sidebar search? 在Rails应用程序中实现ACL的最佳方法是什么? - What's the best way to implement ACLs to a Rails application? 在Rails中实现“查找商店”功能的最佳方法是什么? - What is the best way to implement a “Find a Store” feature in Rails? Rails 中许多逻辑的最佳实现方式是什么? - What is the best way to implement belongs to many logic in Rails?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM