RailsEventStore/ecommerce

Log out when detecting unexisting client_id in cookies

Closed this issue · 1 comments

This mostly happens due to the way, we reset data on production.
Someone can be logged in, we reset data, the client_id changes. On new access, log in fails. It now fails by crashing.
It should fail by logging out and redirecting to login page again.

Closed with 6906ed5