https://github.com/tb/autologin
autologin for devise
https://github.com/tb/autologin
Last synced: over 1 year ago
JSON representation
autologin for devise
- Host: GitHub
- URL: https://github.com/tb/autologin
- Owner: tb
- License: mit
- Created: 2011-02-17T15:25:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T08:58:28.000Z (almost 15 years ago)
- Last Synced: 2025-02-09T17:17:51.131Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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