Swaps out Sodium's base64 encode/decode for an alternate solution because the current sodium version contains a memory leak. Long running applications eventually crash due to exhausted memory after a number for encode/decode operations. This release switches to the base64url node module which does not contain this leak.