felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 342 forks source link

Auth for NestJS and Fastify #698

Closed anteqkois closed 4 months ago

anteqkois commented 4 months ago

Is there any way to add auth layer for this configuration? I have tried middleware and npm packages for basic auth but they don't work. With middlewares, there is probably an issue with resolving paths. So now, I don't find any way to add secure auth layer ://

felixmosh commented 4 months ago

Did you checked the examples folder?