signal-cli-rest-api
signal-cli-rest-api copied to clipboard
How to know if, qr scan is done successfully?
The problem
I am using a docker image and running it inside the container and I want to know how I can detect if the user has successfully scanned the QR and get the details like his phone number.
I present the user with QR code and he is able to scan it through the mobile app. is there an event on the server that can tell me that the QR scan was successful and provide me details like the user's phone number?
I see a file in the data directory that contains JSON data after device linking is done. I see that the device name is obfuscated, is there a way to know the original device_name which was used while creating the QR code?
Are you using the latest released version?
- [X] Yes
Have you read the troubleshooting page?
- [X] Yes
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
Normal Mode
What's the architecture of your host system?
x86-64
Additional information
No response