0

What algorithm/method does Devise use for implementing Remember Me?

What tokens does it create, what values do those tokens have, what values does it store in the database, how and when those values change?

Basically I am looking for a detailed clarification and account of how Devise handles Remember Me?

TheFooProgrammer
  • 2,439
  • 5
  • 28
  • 43

1 Answers1

-1

As per my understanding it stores your credentials into the browser's cache & when you log in next time it can identify you easily

JavaLover
  • 47
  • 13