Feat: Issuers#7
Conversation
Greptile SummaryThis PR introduces a compact JWS token-issuing framework with three concrete implementations: an RFC 9068 JWT access token (
Confidence Score: 5/5Safe to merge; the core signing paths are correct and all previously flagged injection vectors are now guarded. The three previously reported issues (scope/hash-claim injection and silent json_encode failure) are all fixed. The remaining finding is a PHP empty() edge case on optional string parameters in IdToken — only triggered by the string "0", which is not a realistic nonce, access token, or authorization code value in any conformant OIDC flow. src/Auth/Issuers/Asymmetric/IdToken.php — the empty() guards on optional string parameters. Important Files Changed
Reviews (4): Last reviewed commit: "Add issuers to readme" | Re-trigger Greptile |
No description provided.