Pow v1.0.8 PowPersistentSession.Plug 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
Link to this function
create(conn, user)
View Source
create(conn, user)
View Source
create(Plug.Conn.t(), map()) :: Plug.Conn.t()
create(Plug.Conn.t(), map()) :: Plug.Conn.t()
Create a new persistent session in the connection for user.
Link to this function
delete(conn)
View Source
delete(conn)
View Source
delete(Plug.Conn.t()) :: Plug.Conn.t()
delete(Plug.Conn.t()) :: Plug.Conn.t()
Deletes the persistent session in the connection.