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

Add HTTP Basic Auth (password to access) #11

Closed
wants to merge 1 commit into from

Conversation

stjet
Copy link

@stjet stjet commented Aug 24, 2024

Only a few lines added. Add ability to password protect access to the application through a CLI argument. Note that usernames are ignored.

Eg: python meshchat.py --password correcthorsebatterystaple

Not sure if you want this but it should close #8

@liamcottle
Copy link
Owner

Hey! Thanks for this :) Apologies for taking so long to get to it...

I'm going to close this out for now, as this wouldn't be supported in the Electron version.

Currently planning to implement an account switcher system, to select different RNS identities. I'll likely implement some sort of authentication on top of this.

@liamcottle liamcottle closed this Dec 16, 2024
@stjet
Copy link
Author

stjet commented Dec 17, 2024

Understood! Glad to hear there's some sort of authentication coming in the future.

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

Successfully merging this pull request may close these issues.

add basic http authentication
2 participants