From 16a27a99ebaf7196f84581259903c3864cc3152c Mon Sep 17 00:00:00 2001 From: jay brown Date: Fri, 21 Mar 2025 16:45:46 -0700 Subject: [PATCH] docs --- cmd/cognito_test/cognitotest/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cognito_test/cognitotest/readme.md b/cmd/cognito_test/cognitotest/readme.md index ce9bd76b..9911a981 100644 --- a/cmd/cognito_test/cognitotest/readme.md +++ b/cmd/cognito_test/cognitotest/readme.md @@ -1,6 +1,7 @@ # Cognito Auth Test Harness This repository contains a test harness for validating AWS Cognito authentication and authorization with Go and the Echo web framework. It demonstrates a complete OAuth 2.0 flow with role-based access control (RBAC). +It is temporary and will go away once the final middleware is in place. ## Features