dvsekhvalnov / jose2go

Golang (GO) implementation of Javascript Object Signing and Encryption specification
MIT License
187 stars 29 forks source link

Remove the base64url package #23

Open sywesk opened 5 years ago

sywesk commented 5 years ago

Hello,

I'm not using this lib at all but came here from godoc. I think your base64url package functionality is already covered by RawURLEncoding (url encoding without padding) from the standard encoding/base64 package.

Have a nice day :)

dvsekhvalnov commented 5 years ago

Oh, thanks for pointing it out, i'll double check :)