Home > Net >  alternative to basic authentication for nginx-unit?
alternative to basic authentication for nginx-unit?

Time:01-06

I have nginx-unit server.

I don't use nginx, because my application is fully dynamic and test purpose products.

However it doesn't have basic authentication like apache.

Is there any alternative to basic authentication on nginx-unit ??

I should use nginx?? if so, is there any alternativce to basic authentication??

CodePudding user response:

If I'm not wrong kerberos authentication works well if you don't want to use basic auth and your use case applies. You can use sssd with Samba to make it work.

  •  Tags:  
  • Related