LionC / express-basic-auth

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

Can express-basic-auth be used with jwt? #37

Closed mariusa closed 9 months ago

mariusa commented 3 years ago

Can express-basic-auth be used with jwt? How would that work?

Thanks

LionC commented 9 months ago

Currently, the middleware will only parse HTTP Basic Authorization headers.