You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since v5, there's sometimes a dispatch field which will be used by feathers resolvers to return data
in feathers-casl we need to also take care of it here, which is not causing data to be leaked:
since v5, there's sometimes a
dispatchfield which will be used by feathers resolvers to return datain feathers-casl we need to also take care of it here, which is not causing data to be leaked:
feathers-casl/src/hooks/authorize/authorize.hook.after.ts
Line 151 in 1fb9c56