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
I think this is the same issue as feathersjs/feathers#1660
which was fixed in feathersjs-ecosystem/feathers-mongodb#171
but that's for mongodb, I guess It's not fixed in mongoose ?
I can see the id as string (it is not null) when trying to authenticate
though I'm not able to reproduce with fresh generated app
any idea ?
The text was updated successfully, but these errors were encountered:
I think I got why
It's caused by setField hook, for limiting the user to access It's own data only
but when used , param id is not changed to object id any more
It seems it works just fine, The docs of feathers-authentication-hooks had clearly said to use _id, but I was only using in from and not in as. closing the issue as it seems there's no problem.
I think this is the same issue as feathersjs/feathers#1660
which was fixed in feathersjs-ecosystem/feathers-mongodb#171
but that's for mongodb, I guess It's not fixed in mongoose ?
I can see the id as string (it is not null) when trying to authenticate
though I'm not able to reproduce with fresh generated app
any idea ?
The text was updated successfully, but these errors were encountered: