talegari/safer

Make encoding url friendly

talegari opened this issue · 1 comments

base64 encoding produces '+' and '/' which cause problem when used in as a part of url.

TODO:

  • Use base64url
  • Come up with a design to not break backward compatibility
  • Should this be extended beyond encode_string

Issue was raised by Aliona in a private conversation.