GamendWeb.Plugs.RequireAdminApi (gamend_web v1.0.1216)

Copy Markdown View Source

Ensures the current API request is performed by an admin user.

Unlike browser flows, this plug returns JSON errors (no redirects).

Summary

Functions

call(conn, opts)

@spec call(Plug.Conn.t(), keyword()) :: Plug.Conn.t()

init(opts)

@spec init(keyword()) :: keyword()