API Reference AuthN v0.22.0
Modules
Allows to create a plug enforcing authentication for private routes.
This plug fetches the current user by the user token stored in session and stores
the user in conn.assigns.
This plug allows to change the storage mechanism for sessions.
Module used for storing, retrieving and deleting the user token into/from the session.
Module for storing sessions into conn.private. Used for testing.
Module for storing sessions into signed cookies.