Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendation of QR #255

Open
nissimsan opened this issue Sep 19, 2023 · 1 comment
Open

Recommendation of QR #255

nissimsan opened this issue Sep 19, 2023 · 1 comment

Comments

@nissimsan
Copy link

I'm looking with interest at https://github.com/Open-Attestation/open-attestation/tree/master/benchmarks/qr-code

How are you guys dealing with trade documents beyond the maximum 34 parameter limit? I suppose the only choice it to revert to online by-reference? If that's your recommendation, is this documented anywhere so we can follow your best practices?

Do you see a "graceful degradation" kind of approach, where issuers encode by value up to the parameter limit, and then encode by reference for larger documents? Curious about your thoughts on this...

@HJunyuan
Copy link
Member

HJunyuan commented Nov 9, 2023

Hi @nissimsan, yes we are implementing via an online hosted solution (e.g. storage bucket) due to the size limitations of QR codes.

You may find a brief explanation documented under the Universal Actions section. Essentially, the hosted URL of the document is provided as a query parameter to the verifier.

We have also listed out a few distribution methods along with their pros & cons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants