From c1a17d89bf60895fb5dde21b881348ee3f058bfe Mon Sep 17 00:00:00 2001 From: jay brown Date: Tue, 8 Apr 2025 16:35:13 -0700 Subject: [PATCH] fix formatting --- internal/cognitoauth/structure.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/internal/cognitoauth/structure.md b/internal/cognitoauth/structure.md index 80a15b46..7b6b4959 100644 --- a/internal/cognitoauth/structure.md +++ b/internal/cognitoauth/structure.md @@ -1,10 +1,13 @@ # Cognitoauth structure -cognitoauth/ -├── auth.go # Main package file with exported functions -├── handler.go # HTTP handlers for login, callback, etc. -├── middleware.go # Echo middleware implementation -├── jwks.go # JWKS handling and validation -├── token.go # Token verification and management -├── models.go # Data models and types -├── utils.go # Helper functions -└── config.go # Configuration structures \ No newline at end of file + +| File | Description | +|------|-------------| +| `auth.go` | Main package file with exported functions | +| `handler.go` | HTTP handlers for login, callback, etc. | +| `middleware.go` | Echo middleware implementation | +| `jwks.go` | JWKS handling and validation | +| `token.go` | Token verification and management | +| `models.go` | Data models and types | +| `utils.go` | Helper functions | +| `config.go` | Configuration structures | +