biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token
https://www.biscuitsec.org
206 stars 28 forks source link

Add pad option to base64 encode/decode functions #213

Open baranyildirim opened 6 months ago

baranyildirim commented 6 months ago

See #211

divarvel commented 5 months ago

Following discussions in #211, i think the best would be to always use URL_SAFE_NO_PAD and not add an option.