Dim Solution

Results 2 comments of Dim Solution

@dottodot, @serganus An another example to make your own acl middleware ;) ``` import errors from 'feathers-errors' import Acl from '../acl' /** * @description Check if user has rights on...

Hello, You have to override the userId params: `const user_id = (req) => (req.feathers.user) ? req.feathers.user.id : 'anonymous'` (Save previously the anonymous user un db)