RigInboundGateway.ApiProxy.Auth (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

Authentication check for proxied requests.

Link to this section Summary

Link to this section Functions

Link to this function

check(conn, api, endpoint)

View Source

Specs

check(
  Plug.Conn.t(),
  RigInboundGateway.ApiProxy.Api.t(),
  RigInboundGateway.ApiProxy.Api.endpoint()
) :: :ok | {:error, :authentication_failed}