Closed olosegres closed 3 years ago
It makes sense to change it. Please replace it in README.md
@josx Replaced
Please release new version (2.9.2?) that includes this fix, because new installation will get 2.9.1 but current repo README.md is already show 'feathers-jwt' as default storageKey, will take some time to find out that 2.9.1 is still using 'token' as default. Thank you.
I was just trying to run the code but it didn't work. After debugging, I discovered that the
@feathersjs/authentication-client
setup script that I copy/paste from official docs is using a different field name.auth
is used in the docs of @feathersjs/authentication-client, in the library itself default isfeathers-jwt
, and here istoken
. it's a complete mess :(Since new users often run the code by copying examples from the documentation, in order not to create unnecessary obstacles and problems for other new users, I think it will be useful to add this fix.
I also made PR to docs https://github.com/feathersjs/docs/pull/1539