View Source PowPersistentSession.Plug (Pow v1.0.36)
Plug helper functions.
Summary
Functions
Create a new persistent session in the connection for user.
Deletes the persistent session in the connection.
Functions
@spec create(Plug.Conn.t(), map()) :: Plug.Conn.t()
Create a new persistent session in the connection for user.
@spec delete(Plug.Conn.t()) :: Plug.Conn.t()
Deletes the persistent session in the connection.