开发者

Rails 3 multiple accounts authentication solution

开发者 https://www.devze.com 2023-01-11 16:13 出处:网络
I am searching for a working solution of authentication on Rails 3 with the following features: account types: standard login, fa开发者_如何学运维cebook connect, openid, oauth

I am searching for a working solution of authentication on Rails 3 with the following features:

  • account types: standard login, fa开发者_如何学运维cebook connect, openid, oauth

  • one user may have (and link) multiple accounts (EG a user attach both Wordpress and Google OpenID accounts)

A working example of Rails app implementing them would be perfect.


You could take a look at devise even thought it doesn't have every feature that you're asking for. But then again I doubt there's something out there doing all that.


Sounds like https://www.ruby-toolbox.com/gems/socialite is hoping to be what you're looking for.

0

精彩评论

暂无评论...
验证码 换一张
取 消