DeviseExpireable
Модуль для devise, ограничивающий время сессии пользователя. Используется вместе с модулем rememberable
.
Если время сессии пользователя, задаваемое в rememberable
, истекло, то срабатывает hook и происходит logout
.
Installation
Add this line to your application's Gemfile:
gem 'devise_expireable'
And then execute:
$ bundle
Or install it yourself as:
$ gem install devise_expireable
Usage
Для использования, достаточно добавить этот модуль к devise:
devise :rememberable, :expireable
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request