mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #32] Authentication #238
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 @milankragujevic on GitHub (Apr 6, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/32
Is it planned to add some kind of authentication, so that if I use this as a seedbox or for my project (https://github.com/milankragujevic/WebMovBucket) I can have control over who's using it?
@asapach commented on GitHub (Apr 6, 2015):
As mentioned in #18, I consider auth out of scope of this project. Today you can implement your own by placing a reverse proxy server in front of peerflix-server, e.g. nginx.
In the future I'm playing with the idea of creating an infrastructure that would allow developers to create plugins (both on the front-end and the back-end). If you have some suggestions or ideas how this should be implemented, I would appreciate for some feedback.
@milankragujevic commented on GitHub (Apr 6, 2015):
Thank you for your response. I will update my fork with a simple HTTP auth interface that can be configured from a config file, and uses a default password of admin/admin if password is not set up.