Packages
Session management implementation for POW
Retired package: Deprecated - The package has been replaced by :yipyip_ex_auth. This package will no longer be maintained
Current section
Files
Jump to
Current section
Files
lib/pow_session_toolkit.ex
defmodule PowSessionToolkit do
@moduledoc """
Documentation for PowSessionToolkit.
"""
@doc """
Hello world.
## Examples
iex> PowSessionToolkit.hello()
:world
"""
def hello do
:world
end
end