Pike.Responder behaviour (pike v0.3.0)
View SourceBehaviour for handling authorization failures in Pike.
Implement this module if you want to customize how Pike responds when authentication or authorization fails.
Summary
Types
Callbacks
@callback auth_failed(Plug.Conn.t(), reason()) :: Plug.Conn.t()