moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
291 stars 119 forks source link

Authorization With Data base connection #263

Closed sachinda123456 closed 2 years ago

sachinda123456 commented 3 years ago

I have already created moleculer js project with API Gateway. I need to implement Data base connection inside authenticate() function . But other service mixins with Data base connection . How i connected to data base inside API ->authenticate() service . If there any specific method to add this DB connection

icebob commented 3 years ago

in authenticate method is better to call a service which does the check against DB, instead of adding DB connection inside authenticate.