Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sessions_controller.rb #12

Closed
markusklooth opened this issue Aug 11, 2014 · 2 comments
Closed

sessions_controller.rb #12

markusklooth opened this issue Aug 11, 2014 · 2 comments

Comments

@markusklooth
Copy link

The expiration date inside the create method is currently not converted to an integer in the session_controller.rb
It should be (Time.now + DeviseTokenAuth.token_lifespan).to_i

@lynndylanhurley
Copy link
Owner

Thanks @markusklooth! I'll be cutting another release shortly, I'll be sure to include this fix.

@lynndylanhurley
Copy link
Owner

@markusklooth - this was fixed in the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants