some minor formatting

This commit is contained in:
proddy
2021-05-02 22:07:22 +02:00
parent 7d0ed2246a
commit 23218bca7d
7 changed files with 52 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ AuthenticationService::AuthenticationService(AsyncWebServer * server, SecurityMa
}
/**
* Verifys that the request supplied a valid JWT.
* Verifies that the request supplied a valid JWT.
*/
void AuthenticationService::verifyAuthorization(AsyncWebServerRequest * request) {
Authentication authentication = _securityManager->authenticateRequest(request);