Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Component has required props which are not relayed correctly to server #30

Open
stuartedward opened this issue Aug 23, 2018 · 2 comments

Comments

@stuartedward
Copy link

Hello! Trying to use this for Evernote authentication. The component requires a value for clientId but this doesn't match to the oauth_consumer_key required by Evernote. How can I map these correctly? Is it necessary to set clientID to an empty string and pass the other queries in via the arguments prop?

adambrgmn pushed a commit that referenced this issue Aug 29, 2018
* fix access_token passthrough

* changed fetch function

* Custom fetch functions

fix: #28, #30
@adambrgmn
Copy link
Owner

Hi,
As you might have understood this package is quite opinionated and developed for my needs. I have never worked with Evernotes auth-service and was under the impression that all OAuth2 services worked similarily.

I'll have to dig into this. But your solution sounds reasonable. Maybe, if you try it out you'll spot some things that needs to be fixed and would like to submit a PR?

@adambrgmn
Copy link
Owner

(And ignore the mention in the last commit commit, I slipped 😃)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants