Do not sign JWTs with the none algorithm
JSON Web Token signing options must not enable the none algorithm.
#Metadata
#Why it matters
The none algorithm allows tokens to be accepted without verification, defeating authentication.
#Remediation
Require asymmetric or HMAC algorithms explicitly and reject none at signing and verification layers.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.jwt-insecure-signing-algorithm.rule.yaml.