PowSessionToolkit
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding pow_session_toolkit
to your list of dependencies in mix.exs
:
def deps do
[
{:pow_session_toolkit, "~> 0.1.2"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pow_session_toolkit.
Guide
Configure
config :pow_session_toolkit, :pow, user: MyApp.DB.User, repo: MyApp.Repo, users_context: MyApp.DB.Users, cache_store_backend: Pow.Store.Backend.MnesiaCache