Verify
POST/internal/auth/verify
Resolve the caller's bearer JWT to a principal, or 401 via get_principal.
Reuses get_principal as-is (the same JWT-decode path GET /auth/me and every other protected route already use) rather than a second decode implementation.
Request
Responses
- 200
- 401
- 422
Successful Response
Unauthorized
Validation Error