GameServerWeb.Plugs.RequireAdminApi
(game_server_web v1.0.938)
Copy Markdown
Ensures the current API request is performed by an admin user.
Unlike browser flows, this plug returns JSON errors (no redirects).
Summary
Functions
@spec call( Plug.Conn.t(), keyword() ) :: Plug.Conn.t()