codeskyblue / codeskyblue/gohttpserver
[Question] How to setup multiple HTTP users?
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 583
- PR merge metrics
- No merged PRs in 30d
Description
Greetings! Thank you for making the best go-based HTTP server out there!
I was wondering, is it possible to configure the server to launch with multiple HTTP users?
e.g. I'm currently using the following params to launch the server, and it creates 1x user called "Friend" with password "Mellon":
```
gohttpserver.exe --auth-type=http --auth-http=friend:mellon --root=D:\Users\Darthagnon\Desktop --title=Moria
```
How would I go about launching it with multiple users? e.g. I've tried ```--auth-http=frodo:baggins, sam:gamgee, gandalf:grey``` but that fails.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.