We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8399b30 commit 911ca98Copy full SHA for 911ca98
publication/lib/field_publication_web/user_auth.ex
@@ -9,6 +9,12 @@ defmodule FieldPublicationWeb.UserAuth do
9
import Plug.Conn
10
import Phoenix.Controller
11
12
+ @moduledoc """
13
+ This module implements plugs for handling user authentication and the different authorization levels.
14
+
15
+ See also the official [Phoenix documentation](https://hexdocs.pm/phoenix/plug.html).
16
+ """
17
18
defmodule Token do
19
@enforce_keys [:name, :token, :context]
20
defstruct [:name, :token, :context]
0 commit comments