stone-payments / go-stone-openbank

A Go library to connect with Stone Open Banking API
https://docs.openbank.stone.com.br/
GNU General Public License v3.0
31 stars 12 forks source link

fix: change jwt payload b64 decoding strategy #44

Closed pedroyremolo closed 2 years ago

pedroyremolo commented 2 years ago

in order to comply with JWT specification, we are changing base64 decoding strategy to url encoding without padding. to learn more