You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Am I wrong or will remember_me never work? In my opinion two lines are missing in 'by_cookie_token.rb' file (see patch):
Index: restful_authentication/lib/authentication/by_cookie_token.rb
--- restful_authentication/lib/authentication/by_cookie_token.rb
+++ restful_authentication/lib/authentication/by_cookie_token.rb
@@ -42,8 +42,10 @@
# refresh token (keeping same expires_at) if it exists
def refresh_token
if remember_token?
The text was updated successfully, but these errors were encountered: