Skip to content
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

Closed
GIJack opened this issue Jul 9, 2017 · 9 comments
Closed

QR codes for login details #5659

GIJack opened this issue Jul 9, 2017 · 9 comments

Comments

@GIJack
Copy link

GIJack commented Jul 9, 2017

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

@MorrisJobke
Copy link
Member

cc @nextcloud/android @nickvergessen @LukasReschke

@MorrisJobke MorrisJobke changed the title Feature Request: QR codes for login details QR codes for login details Jul 11, 2017
@AndyScherzinger
Copy link
Member

AndyScherzinger commented Jul 11, 2017

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 😁

@tobiasKaminsky
Copy link
Member

tobiasKaminsky commented Jul 11, 2017

Damn...I was too late ;-)

@AndyScherzinger
Copy link
Member

Took me a while to find the pull request again ;) - Implemented in last year's hack week at the Nextcloud conference 🚀

@AndyScherzinger
Copy link
Member

@MorrisJobke you still need to implement the server side...

@MorrisJobke MorrisJobke reopened this Jul 11, 2017
@AndyScherzinger
Copy link
Member

also pining @nextcloud/ios for custom URL support

@MorrisJobke We do something like this:

nextcloud://login/user:<username>&password:<password>&server:<serveraddress>

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 :)

@mario
Copy link
Contributor

mario commented Jul 11, 2017

@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 :)

@GIJack
Copy link
Author

GIJack commented Jul 12, 2017

simply use:

qrencode url:username:password -o code.png

and just embed the resulting qrcode into the webpage. Easy.

@ChristophWurst
Copy link
Member

Duplicate of #429.

@nextcloud-bot nextcloud-bot removed the stale Ticket or PR with no recent activity label Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants