Merged in feature/cognito-shared-environments (pull request #211)

cognito and permit shared prod environment support

* code complete

* user creattion tool

test harness
This commit is contained in:
Jay Brown
2026-02-26 12:33:35 +00:00
parent 6dccf494f8
commit c668485e6f
55 changed files with 3721 additions and 381 deletions
@@ -159,6 +159,7 @@ queryapi.RegisterHandlers(cfg.Router, cons)
| `permitio.go` | Permit.io authorization client |
| `token.go` | JWT token operations (refresh, validation) |
| `validation.go` | Token signature and claims validation |
| `envcheck.go` | Environment access control check with in-memory cache (30min TTL) |
**Authentication Flow**:
```mermaid