LionC / express-basic-auth

Plug & play basic auth middleware for express
325 stars 57 forks source link

Authorization without data, just press "cancel" #59

Closed dyurashevichLT closed 9 months ago

dyurashevichLT commented 1 year ago

press cancel and you will get access

image

My example

image
LionC commented 9 months ago

Order of middleware matters, if you want express-basic-auth to gate the serving of content, you need to put it before the part that serves the content, not after.