Decodes unpadded base64url into a UTF-8 string.
String b64uDecodeToString(String input) => utf8.decode(b64uDecode(input));