View Source PowPersistentSession.Plug (Pow v1.0.29)
Plug helper functions.
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
@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.