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

Create a username/password entry field in the web app #172

Open
dr-bonez opened this issue Jan 22, 2021 · 2 comments
Open

Create a username/password entry field in the web app #172

dr-bonez opened this issue Jan 22, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@dr-bonez
Copy link

Not all browsers support WWW-Authenticate, and it's a bad experience in general. Password managers don't support it, if you cancel it you often can't get back to it without clearing site data, and you often can't change tabs without cancelling it.

A standard username password input field would be much nicer :)

@shesek
Copy link
Owner

shesek commented Jan 22, 2021

The recommend authentication method is using the cookie file (the default if you don't specify credentials) and the pairing url, which you can get with --pairing-url. This gives you a link that you can open in the browser and automatically get logged in. You can also use --pairing-qr to get a QR with the same URL, for scanning from mobile (especially useful in conjunction with --onion).

Do you find a web based username/password logic preferable to this?

@dr-bonez
Copy link
Author

The pairing url is great! But for users who find themselves navigating directly to the base url, it would be nice to show them an in-app login screen.

@shesek shesek added the enhancement New feature or request label Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants