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.
You need to provide your 'clientID' and 'clientSecret' if using an OAuth2 provider or your 'consumerKey' and 'consumerSecret' if using an OAuth1 provider.
at /home/wuyuanyi/riddle-web/node_modules/feathers-authentication/lib/index.js:81:19
Is this desired behavior? maybe successRedirect is a private option?
The text was updated successfully, but these errors were encountered:
@wuyuanyi135 it's your successRedirect value. That's an invalid key at that level. It's only valid inside an OAuth provider or the local provider. So it needs to look like this:
We're trying to be smart and infer that if it's not a token or a local config option then it must be an OAuth provider. I might change up the error message to be a bit more clear.
@ekryski Thanks :) That's all fine.
I was reading the source to determine how to place the options. Probably after API reference or docs is updated to 0.2.x compatible then everything will be fine.
I just tested to modify this option in the authentication argument list
but I got exception
Is this desired behavior? maybe successRedirect is a private option?
The text was updated successfully, but these errors were encountered: