Node.js http basic auth

前端 未结 4 1003
遥遥无期
遥遥无期 2020-12-30 05:58

Is it possible to do basic auth in Node.js just like in Apache?

http://doc.norang.ca/apache-basic-auth.html

I know that if using Express or Connect I can add

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-30 06:47

    Have a look at: user authentication libraries for node.js?

    It does not answer your question 100% - but maybe it helps.

提交回复
热议问题