Skip to content

oauth: never use base64 padding when returning tokens to applications

kaniini requested to merge bugfix/oauth-token-padding into develop

The normal Base64 alphabet uses the equals sign (=) as a padding character. Since Base64 strings are self-synchronizing, padding characters are unnecessary, so don't generate them in the first place.

Merge request reports