From ba40ae6ef9b1d143328c3882a4d8cf0db8269fef Mon Sep 17 00:00:00 2001 From: Rodrigo Medeiros Date: Fri, 31 Mar 2023 10:11:31 -0300 Subject: [PATCH] Force security workflow run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.