dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
4.04k stars 860 forks source link

Password protect DOCFX #7080

Closed janfischer27 closed 3 years ago

janfischer27 commented 3 years ago

Hi Can someone tell me, how to passwort-protect my docfx-website? This would be great! thanks

sakno commented 3 years ago

Authentication is a function of web server. Website generated by DocFX is a collection of static resources, not sure that DocFX should be responsible for that.

janfischer27 commented 3 years ago

Hi Sakno Thanks for your answer. So i will see if I can solve this with the webserver. thanks