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

Introduce password protected http publishing command #57

Open
dominicletz opened this issue Oct 7, 2020 · 0 comments
Open

Introduce password protected http publishing command #57

dominicletz opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request hacktoberfest hacktoberfest help wanted Extra attention is needed

Comments

@dominicletz
Copy link
Member

The idea is to make using diode simpler in mixed web2/web3 environments and be able to publish a site with password protection.

Example:

diode http -password "secret" 8080

Would do the same as:

diode publish -public 8080:80

but add password protection to the site

Since password protection can only work for websites the command "http" is introduced that ensure it's about tunneling a website.

Another method would be to use metamask authentication such as in:

diode http -metamask 0x1234567890 8080

Which would require metamask login (https://www.toptal.com/ethereum/one-click-login-flows-a-metamask-tutorial) from the id 0x1234567890 to get access.

@dominicletz dominicletz added enhancement New feature or request help wanted Extra attention is needed hacktoberfest hacktoberfest labels Oct 7, 2020
@dominicletz dominicletz changed the title Introduce http publish command Introduce password protected http publishing command Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant