-
Hi! First of all, thank you for this amazing project 💯 ContextI'm trying to get the token for the user, with a limited scope. I am calling the What I want to doCurrently, after calling However, I want to be the one telling the user what to do. I want to retrieve the link that the user has to open, and show it how I want. I know of the Question (summary)How can I get the URI for the user to open after calling Thanks! EDIT: I have just realized that this might me more on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Indeed, that's where the message is coming from. There might be more issues around that, like localization, and that would be the place to talk about solutions. However, it should be possible for you to pre-authenticate requests and then just pass a string (the token) to the authenticator when instantiating the hub. That way you should have much more control over how the interaction is presented. This might still not be possible without rewriting parts of |
Beta Was this translation helpful? Give feedback.
Indeed, that's where the message is coming from. There might be more issues around that, like localization, and that would be the place to talk about solutions.
However, it should be possible for you to pre-authenticate requests and then just pass a string (the token) to the authenticator when instantiating the hub. That way you should have much more control over how the interaction is presented. This might still not be possible without rewriting parts of
yup-oauth2
, in which case it's most definitely the right place to get in touch with the maintainers.