Is there a reason the Base64 support in 1.8.20 doe...
# stdlib
n
Is there a reason the Base64 support in 1.8.20 doesn't have an option to omit padding? The RFC allows it (https://www.rfc-editor.org/rfc/rfc4648#section-3.2) and some other specifications like OAuth PKCE require it (https://www.rfc-editor.org/rfc/rfc7636#section-3).
👀 1
n
Where is the stdlib API doc for this?
n
l
Do you need the no-padding way?
a
I am pleased to inform you that in Kotlin 2.0.20, Base64 padding can be configured: https://github.com/Kotlin/KEEP/blob/base64/proposals/stdlib/base64.md#padding-options