You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, participants have to manually enter the registration-token on the signup screen. In some cases also the endpoint-url needs to be changed.
This is hidious and error-prone process.
Change
On the signup-screen, add a button to scan a QR-Code. Once the QR-Code was detected and decoded, the signup-procedure shall be triggered directly.
The QR-Code will have the following signature: <endpoint-url>/signup?token=<token>, e.g. https://example.com/api/v1/signup?token=QWERTZ
Description
Currently, participants have to manually enter the registration-token on the signup screen. In some cases also the endpoint-url needs to be changed.
This is hidious and error-prone process.
Change
On the signup-screen, add a button to scan a QR-Code. Once the QR-Code was detected and decoded, the signup-procedure shall be triggered directly.
The QR-Code will have the following signature:
<endpoint-url>/signup?token=<token>
, e.g.https://example.com/api/v1/signup?token=QWERTZ
Split from #246
The text was updated successfully, but these errors were encountered: