StepFlow.Authorization.check

You're seeing just the function check, go back to StepFlow.Authorization module for more information.

Check authorization for the connection using the method and the path.

It can be configured using:

  config :step_flow,
    authorize: [
      module: ExBackendWeb.Authorize,
      get_jobs: [:user_check, :specific_right_check]
    ]