Options for persistent Pow session cache that are cost effective?

For anyone coming across this thread and looking for a Postgress store, I would recommend using this: GitHub - ZennerIoT/pow_postgres_store: A Pow store implementation that uses postgres as the backend

10 Likes

It looks like the option for using cookies for session is no longer supported?

Having to run session persistence on the server side is a bit heavy of a requirement for some projects, so would be nice to have the option for using cookies.

Sorry for the late reply. You can still set up Pow with stateless tokens: https://hexdocs.pm/pow/1.0.20/README.html#authorization-plug

1 Like