-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is a problem?
JWT, or JSON Web Tokens, are a proposed standard for communication via APIs, as per RFC 7519.
Currently, if the Parser tries to parse a string with the format JWT, it throws a ParserError: "Invalid vaue for 'format' property, got 'JWT'".
Describe the solution you'd like
Support JWT as a String format, and parse OpenAPI specs accordingly.
Describe alternatives you've considered
Ignore the JWT format, and format JWT strings as "normal" strings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request