读书人

devise 有关

发布时间: 2012-10-06 17:34:01 作者: rapoo

devise 相关

?

1.autologin for devise

https://github.com/tb/autologin

?

select 'Autologin.create!(:user => User.find('||t.id||'))' from users t;

?

Autologin.find_by_user_id(User.find_by_username('corey').id).generate_link

?

2.username only "Authentication" without a password

https://github.com/rurounijones/devise-gullible

?

3.A generic template Rails app with logging in via Twitter, Facebook and Google set up via Devise and Omniauth

https://github.com/markturner/Devise_Omniauth_App

?

读书人网 >Web前端

热点推荐