Authentication
GET /api/v1/stigs is public.
GET /api/v1/stigs/{slug}/download requires a SAMS bearer token in the Authorization header.
Validation Flow
Protected requests are validated against:
If the bearer token is missing, malformed, expired, invalid, or attached to an inactive subscription, Stigviewer returns 401 Unauthorized.