|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
HTTP Authenticator base class. More...
#include <sensesp/net/http_authenticator.h>
Public Member Functions | |
| HTTPAuthenticator () | |
| virtual bool | authenticate_request (httpd_req_t *req)=0 |
| Authenticate an incoming request. | |
HTTP Authenticator base class.
Definition at line 20 of file http_authenticator.h.
|
inline |
|
pure virtual |
Authenticate an incoming request.
This method should be called at the beginning of each request handler to ensure that the request is authenticated.
| req |
Implemented in sensesp::HTTPDigestAuthenticator.