-
Notifications
You must be signed in to change notification settings - Fork 39
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
QR scanner Feature #146
Comments
@shreya-mishra please check the above diagram |
Hello @shreya-mishra , I was scoping the task down. I wanted to ask the following things for clarification.
|
|
How do we get code? And how is it linked to a specific user? |
We have some changes in this scenario, at first, we were getting the code from the website and pasting it on the mobile app signIn screen but now the user will be on our mobile app and they will click on sign in with the RDS site they will be redirected to the page where the text will be shown ie; go to my site and then they will write the same code manually on the website from the mobile app and if the time-based code match then they will redirect to the homepage of the mobile app. |
|
@sakshambhatt , will you please start working on the above issue, start with random OTP generation on the mobile app after clicking on sign in with the RDS site button, and below the text should be visible ( go to my site and paste the above code). |
Yes, I will start on this today. |
New flow for sign in with QR code:
|
Few more points to consider:
Will try out and make 2 PoCs for 2nd one and then 1st one. |
@shreya-mishra @sahsisunny please update design and schedule call for discussion |
will do it by 13th! |
Currently, users have to manually enter their GitHub credentials in the mobile app to sign in.
Signup with GitHub should redirect to the web browser and ask for the login details and then redirect back to our Mobile app
#142
This can be a tedious process because a lot of people didn't sign into GitHub on the mobile app. To make the sign-in process smoother and more efficient, we propose the implementation of QR code scanning for sign-in in the mobile app.
With this feature, users will be able to scan a QR code from the my-site website using their mobile camera, which will automatically fill in their login credentials in the mobile app provided that they should be logged in to my-site, making the sign-in process much easier and faster. This will improve the overall user experience and increase user engagement with our app.
Implementation of this feature will require updates to the mobile app, the website, and the backend. We will need to develop a QR code generator for the website, as well as a QR code scanner for the mobile app. The scanner will need to be able to decode the QR code and extract the user's login credentials securely.
We believe that this feature will be highly beneficial for our users and will set our app apart from competitors. We look forward to working on this feature and improving the user experience of our app.
STEPS:
- [ ] Real-Dev-Squad/website-backend#940The text was updated successfully, but these errors were encountered: