Verify user
We need to add authentication to app.configure
configure feathers-mongoose-casl authentication
We need to add authentication to app.configur
authentication is a wrapper of @feathersjs/authentication
1- Open src\app.js file
2 - add app.configure(authentication)
Last updated