MORE-Platform / more-app-multiplatform

The mobile application for the MORE platform.
https://more-health.at
Other
6 stars 1 forks source link

Allow Signup using an QR-Code #248

Open ja-fra opened 5 months ago

ja-fra commented 5 months ago

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

QR Code


Split from #246