-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start auk auth upgrades #19
base: master
Are you sure you want to change the base?
Conversation
Don't you also have to get an anonymous token on client side and pass it along with non-authenticated requests? in addition to getting auth token for authenticated requests. I thought I saw something like that in the docs. |
Hi Scott, I just cloned the auk-update branch and I found an error on line 9 of the file: After I changed that, the code is running. However, I'm seeing this message on the console |
Another problem that I found is when I'm testing the mutations located at
|
Thanks for the help! Did feathers change the routes for auth with the new release? |
I'm looking at the documentation and it seems that the path is now "authentication" but strategy should be defined as local, also the config file should be double checked as well as the imports. Have a look at these resources, or maybe use the cli generator with the command |
Warning: latest updates of feathers packages are now distributed under |
No description provided.