pelargir / auto-session-timeout

Provides automatic session timeout in a Rails application.
MIT License
126 stars 63 forks source link

Custom Session Reset Method #33

Closed JunaidUK closed 3 years ago

JunaidUK commented 3 years ago

This PR allows a developer to provide a custom session reset method (instead of calling the built in :reset_session). This allows the gem to be used beyond simple sign-out use cases.

pelargir commented 3 years ago

Thanks!