Install erlang-base64url by entering the following commands in the terminal:
sudo apt update sudo apt install erlang-base64url
Description:
standalone URL-safe base64-compatible codec for Erlang
Base64Url is a standalone, URL-safe and base64-compatible codec for Erlang. It supports URL-safe base64 en- and decoding. Some systems in the wild use base64 URL encoding, but keep the padding for MIME compatibility (base64 Content-Transfer-Encoding). Base64Url allows one to interact with such systems.
Homepage: https://github.com/dvv/base64url
Version: 1.0-2
Section: universe/libs