Class: EndPointBlank::Commands::BasicAuthenticate

Inherits:
Object
  • Object
show all
Includes:
BasicAuthenticateMethods
Defined in:
lib/end_point_blank/commands/basic_authenticate.rb

Overview

Authenticates incoming requests by sending request details to a remote authorization service. Sends the request path, HTTP method, client authorization header, application name, API version, and client IP address to the configured authorize_url for validation. Returns the HTTP response from the authorization service or nil if an error occurs.

Method Summary

Methods included from BasicAuthenticateMethods

included