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

Prompt for connection uri #757

Open
ririko5834 opened this issue Aug 20, 2021 · 2 comments · May be fixed by #1307
Open

Prompt for connection uri #757

ririko5834 opened this issue Aug 20, 2021 · 2 comments · May be fixed by #1307

Comments

@ririko5834
Copy link

When mongo connection string or details are not specifed in .env, prompt the user to enter the URI each time (when you are enterring auth details)

@shakaran
Copy link
Collaborator

@ririko5834 it seems a good feature, would you make a PR for this?

@xTudoS
Copy link
Contributor

xTudoS commented Feb 17, 2024

I see that has been a while since this PR last update, so I'd like to contribute in this feature.

I want to add a new view so users can type their user and password and then this will be store on sessionStorage or localStorage (config setting) and sended via header in a auth basic like style: Base64(username:password)

Before I send anything, I'd like a suggestion about the designer of the login screen for this. If you guys have any suggestion, I I appreciate it.

My suggestions:

First:
image

Second:
image

Ps: I forgot to put the auth database field, but the ideia still the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants