Files
query-orchestration/internal/cognitoauth/structure.md
T

10 lines
524 B
Markdown
Raw Normal View History

2025-04-08 16:27:06 -07:00
# 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