mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #150] [Request Help] HTTP Authentication #121
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gh0styyy on GitHub (Mar 19, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/150
Hi,
I found this a week ago, and to be honest I like it :)
How do I set up http authentication on it?
And would it be possible to have multiple users with multiple accounts?
As I am trying to use this to monitor certain things and if I need to revoke access to one user I would rather not have to change the login password every time.
Thanks in advanced, any help would be appreciated.
@tianchaijz commented on GitHub (Apr 15, 2015):
A simple way, using Nginx as a reverse proxy, and then use its basic authorization module.
@msmathers commented on GitHub (Jan 16, 2020):
As mentioned above, would recommend using an nginx reverse proxy configured to work with socket.io. This recipe seems to work: https://stackoverflow.com/a/29232687