You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open API Spec supports base64 formatted string via "byte" format. However, it would be better if Open API Spec supports base64url instead of base64.
Base64Url is very similar to Base64, except that the value encoding for characters 62 and 63 is different as it is explained in https://tools.ietf.org/html/rfc4648#page-7.
This is much safer than base64. What do you guys think about this?
Some of our customers have requested support for this. Please find the corresponding issue over here.