-
Notifications
You must be signed in to change notification settings - Fork 548
Login with custom server & preauth key #520
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
Conversation
Signed-off-by: Christian Müller <cmueller@trufflepig-forensics.com>
Thank you for the contribution. We will discuss this with our UX design team to decide the correct location and flow for this feature.
Let me know if the suggested flow is to your liking, I can do a quick implementation of the intended behavior, if that helps.
What do you think about logging in via a token that consists of the preauth key and a server URI optionally encoded in a QR code? That would make logging in via smartphone very convenient and seamless for users and would also come in handy for onboarding servers with just a single token (b64) that needs to be copied over to the client.
SoyDiego
commented
Oct 7, 2025
any news bout this PR @agottardo. Or any solution if I have custom server, because I want to login with tailscale and I don't have the option in android :(
Thanks
Hi!
This is just a hacky PoC - works but not prod ready (I'm not a Kotlin dev).
As I see it there are 2 general options to accomplish this:
What do you think?