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
?