Platform-wide Go packages for Latere AI.
| Package | Description |
|---|---|
jwtauth |
JWKS-based RS256 JWT validation for services accepting auth-issued tokens |
md |
YAML frontmatter parsing and GFM-to-HTML rendering |
oidc |
OIDC Relying Party client with PKCE, encrypted cookie sessions, and token refresh |
otel |
OpenTelemetry tracing, metrics, and HTTP instrumentation |
make test # run tests
make race # run tests with race detector
make fuzz # run fuzz tests (30s)
make cover # run tests with coverage (95% minimum enforced)
make cover-html # open coverage report in browser