billylo1 / covidpass

Web app for adding Ontario vaccination records to Apple Wallet (forked from covidpass in EU)
https://grassroots.vaccine-ontario.ca
MIT License
79 stars 12 forks source link

Fix URI encoding for indivual params #19

Closed etimberg closed 2 years ago

etimberg commented 2 years ago

Each component needs to be individually encoded because if the field has an '&' in it, encodeURI will not handle it.