Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement basic authentication on github pages created by slate

I created a documentation site by using slate, then deployed it on Github pages. However it became public because Github pages are public. I am wondering if there is a way to add a basic authentication on this github page? So only the team can see the documentation.

Any suggestions/hints would be appreciated!

like image 608
Lisa Avatar asked Oct 31 '22 00:10

Lisa


1 Answers

No, there isn't. Github pages provide basic static hosting. That is all. There are no (server side) dynamic options at all.

like image 119
Quentin Avatar answered Nov 15 '22 11:11

Quentin