Support QR code login from another device #1003

Closed
opened 2026-03-13 08:16:51 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @soranoo on GitHub (Apr 8, 2025).

Is this suited for github?

  • Yes, this is suited for github

It is very troublesome to enter the password every time you log in to a different device. It would be great if users could log in through their logged in devices by scanning the QR code of the target device.

Describe the solution you'd like

able to login an account by a logged in account using QR code

Describe alternatives you've considered

Not limited to the QR code but any method that can login an account by an account is appreciated.

Additional context

No response

Originally created by @soranoo on GitHub (Apr 8, 2025). ### Is this suited for github? - [x] Yes, this is suited for github ### Is your feature request related to a problem? Please describe. It is very troublesome to enter the password every time you log in to a different device. It would be great if users could log in through their logged in devices by scanning the QR code of the target device. ### Describe the solution you'd like able to login an account by a logged in account using QR code ### Describe alternatives you've considered Not limited to the QR code but any method that can login an account by an account is appreciated. ### Additional context _No response_
GiteaMirror added the enhancement label 2026-03-13 08:16:51 -05:00
Author
Owner

@Bekacru commented on GitHub (May 5, 2025):

You can already do this using one time token plugin. generate the token on one device and make a qr code that'll be scanned by the other device and then validate that on the backend

@Bekacru commented on GitHub (May 5, 2025): You can already do this using one time token plugin. generate the token on one device and make a qr code that'll be scanned by the other device and then validate that on the backend
Author
Owner

@maxtaco commented on GitHub (Jan 28, 2026):

@Bekacru one problem with this approach is that now the two devices share fate on that session. Logging out on ones logs the other out. What's the right way around this?

@maxtaco commented on GitHub (Jan 28, 2026): @Bekacru one problem with this approach is that now the two devices share fate on that session. Logging out on ones logs the other out. What's the right way around this?
Author
Owner

@joeblew999 commented on GitHub (Feb 16, 2026):

an outbound webhooks/events plugin seems like a natural ask given how many people need to fan auth events out to other systems.​​​​​​​​​​​​​​​​

@joeblew999 commented on GitHub (Feb 16, 2026): an outbound webhooks/events plugin seems like a natural ask given how many people need to fan auth events out to other systems.​​​​​​​​​​​​​​​​
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1003