Skip to content

tb/autologin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ rails plugin install git@github.com:tb/autologin.git
$ rails generate autologin
$ rake db:migrate
$ rails c

irb> 'http://localhost:3000/' + Autologin.create!(:user => User.first).generate_link
 => 'http://localhost:3000/autologin/fc676094daf50da4fb236779ced7eb78'

Copyright (c) 2011 Tomasz Bak, released under the MIT license

About

autologin for devise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages