felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.26k stars 359 forks source link

Enhance basic-auth.middleware example with password hashing and env variables #782

Closed vincenzodomina closed 3 months ago

vincenzodomina commented 3 months ago

I have elaborated on the basic auth example to be more production friendly, of course open for feedback.

Changes

This change significantly improves the security of the Bull Board authentication

felixmosh commented 3 months ago

Hi @vincenzodomina thank you for this improvments