An open API service indexing awesome lists of open source software.

https://github.com/tb/autologin

autologin for devise
https://github.com/tb/autologin

Last synced: over 1 year ago
JSON representation

autologin for devise

Awesome Lists containing this project

README

          

$ 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