1 min readMar 4, 2019
Correction:
The only difference between this and the original Base64 scheme is that some characters used in Base64 scheme require URL encoding to prevent collisions
The only difference between Base64URL and Base64 is that a +
is substituted with -
and /
is replaced with _
so that they may be passed as part of a URL without encoding.