Rails 3 authentication solutions

后端 未结 8 1811
再見小時候
再見小時候 2020-12-24 10:09

I poked around StackOverflow and Google, but couldn\'t find anyone who has put together a comparison of authentication gems or plugins for Rails (I\'m looking for something

相关标签:
8条回答
  • 2020-12-24 11:11

    For a Rails3 App definitely Devise ;). Devise is the only authentication system which provides security on all the 3 stack layers of rails: - In 'M', 'v', and 'C' and hence the best to go with. But you got to learn more on how to customize devise to custom fit your application's need. You can find help on customizing in this page https://github.com/plataformatec/devise/wiki/_pages

    0 讨论(0)
  • 2020-12-24 11:14

    devise, devise, devise

    0 讨论(0)
提交回复
热议问题