itsdangerous.encoding.
base64_encode
Base64 encode a string of bytes or text. The resulting bytes are safe to use in URLs.
base64_decode
Base64 decode a URL-safe string of bytes or text. The result is bytes.