-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 codes for login details #5659
Comments
cc @nextcloud/android @nickvergessen @LukasReschke |
Sorry @MorrisJobke ... nextcloud/android#253 we implemented and shipped support for this (in case a QR reader is installed on the phone) nearly a year ago 😁 |
Damn...I was too late ;-) |
Took me a while to find the pull request again ;) - Implemented in last year's hack week at the Nextcloud conference 🚀 |
@MorrisJobke you still need to implement the server side... |
also pining @nextcloud/ios for custom URL support @MorrisJobke We do something like this:
While atm we use cloud:// which is a build config value so we should decide which one to use and if the URL pattern is fine for everyone. We should keep the "login" key word so we can add further magic urls e.g. for app deep links :) |
@AndyScherzinger the server already implements (and the client, to a degree) support for web-based login via nc://login/ mechanism, so I guess the pattern is nc:// ;) The iOS app implements the same :) |
simply use: qrencode url:username:password -o code.png and just embed the resulting qrcode into the webpage. Easy. |
Duplicate of #429. |
I would like a format for setting up an account on an android phone from a QR code on the server web page.
Ideally, that the "new app password" link would create a QR code with an embedded
The text was updated successfully, but these errors were encountered: