Picolab / aries-cloudagent-pico

Aries Cloud Agent - Pico
MIT License
4 stars 1 forks source link

need shorter invitations #11

Closed b1conrad closed 3 years ago

b1conrad commented 3 years ago

Our connections invitation URLs are much too long. The generated QR Code is too large to be readable by some scanners (in particular the trinsic phone app).

b1conrad commented 3 years ago

We should be able to do this with the tag server of our Manifold instance

b1conrad commented 3 years ago

Have an initial commit which has an example for which the QR Code would look like this:

sample

b1conrad commented 3 years ago

Remaining step is to incorporate the shortcut and its QR Code into the workflow. The challenge is that the invitation is currently produced with a query, and registering the URL and its shortcut requires an event.

b1conrad commented 3 years ago

A recent commit fixes this, by adding a new ruleset named (for conciseness) simply s.

If used, the shortener ruleset MUST be installed in a pico before the io.picolabs.aca.connections ruleset, because it is used as the latter ruleset is being installed.

The changes surrounding this issue still need to be fixed for the v1 engine in the NEXT folder.

windley commented 3 years ago

How do you think that could be enforced or made simple?