PowPersistentSession.Plug (Pow v1.0.25) View Source

Plug helper methods.

Link to this section Summary

Functions

Create a new persistent session in the connection for user.

Deletes the persistent session in the connection.

Link to this section Functions

Specs

create(Plug.Conn.t(), map()) :: Plug.Conn.t()

Create a new persistent session in the connection for user.

Specs

delete(Plug.Conn.t()) :: Plug.Conn.t()

Deletes the persistent session in the connection.