diff --git a/README.md b/README.md index 9c17414..e24e519 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ const api = new StackSpotOpenApiServices(this, 'StackSampleAPI', { - With JWT Authorization enabled an API Gateway Lambda authorizer will be configured to validate the token. -- Authorization logic is not made by this lambda only the authenticity and validity of token is verified. You need to implement your authorization logic using token claims in operations controllers or create a new base constroller class based on `JWTAuthorizationControler` to use as base class of your controllers and implement authorization logic on it. \ No newline at end of file +- Authorization logic is not made by this lambda only the authenticity and validity of token is verified. You need to implement your authorization logic using token claims in operations controllers or create a new base constroller class based on `JWTAuthorizationControler` to use as base class of your controllers and implement authorization logic on it.