Closed jaimeiniesta closed 8 years ago
This does not fail in development, but when I restart my local server, the user is forgotten and is prompted to log in again.
With the heroku error, does it happen every time you restart? With the user being forgotten after restarting, this is due to how the keys are generated (and then rotated). I want to improve this side of it, but I want to make sure that I'm doing it in a safe way - I obviously don't want the keys leaking. I'll look further into the heroku error, and I'm also working on the other error.
I've just updated openmaize_jwt.
Try mix deps.update openmaize_jwt
- I think that will solve the heroku issue.
Thanks, this fixes the Heroku error -- the user still needs to login after a restart of the server, but this is a separate issue.
Thanks!
Hello, I have a phoenix application with Openmaize 0.19, where users are logged in and remembered via a cookie. It works fine, but when I restart the Heroku server, it fails with this, and I need to delete my cookies to access the site.
This already failed in 0.18, I mean, it does not seem related to the related changes about the "Remember me" feature.