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
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Using the example on the README page it gives me the following error when I try to log in:
TypeError: Cannot read property 'token' of undefined
at verifyToken (/home/tudurom/squirrel/squirrel.server/node_modules/feathers-authentication/lib/index.js:166:17)
The text was updated successfully, but these errors were encountered:
It looks like your request is missing a body, or it might be due to the missing .use(bodyParser.json()) just before the .use(bodyParser.urlencoded({ extended: true })) in the server setup.
I'm updating the README.md right now. I'll let you know when it's done.
Using the example on the README page it gives me the following error when I try to log in:
The text was updated successfully, but these errors were encountered: