AuthN v0.11.0 API Reference
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 stateless cookies.