AspNetApiDocs icon indicating copy to clipboard operation
AspNetApiDocs copied to clipboard

Pull Request: Documentation Text Update in JwtBearerExtensions.xml

Open codeby-ak opened this issue 7 months ago • 1 comments

Pull Request: Documentation Text Update in JwtBearerExtensions.xml Summary: This pull request updates the XML documentation in JwtBearerExtensions.xml by changing the phrase "JWT token" to simply "JWT" for improved technical accuracy and clarity.

Rationale: The term "JWT token" is redundant, as JWT already stands for JSON Web Token. The updated text ensures consistency with standard terminology and aligns with best practices in authentication documentation.

Example: Before: "JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header."

After: "JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header."

codeby-ak avatar Jul 02 '25 06:07 codeby-ak