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
is there a chance to add a button for copying the fetched tokens in a request that uses OAuth2 for authorization? This is helpful to copy the fetched token instead of selecting the token value from the text box. There are two ways, that I can think of, of how to achieve this.
Button to copy access token
In most cases, I only need to copy the access token, so there could be a button left to the "Fetch Tokens" button, which copies the access token (see the append screenshot).
Buttons for each token at text box
Another way to achieve this could be a small button on the right end of each text box to copy the selected token. This option is more flexible than the option mentioned above, because it allows to copy each token separately instead of just the access token.
Screenshot of possible implementation at UI
Which of the options you choose is up to you, but it would love to see this in Insomnia in some future release.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
is there a chance to add a button for copying the fetched tokens in a request that uses OAuth2 for authorization? This is helpful to copy the fetched token instead of selecting the token value from the text box. There are two ways, that I can think of, of how to achieve this.
Button to copy access token
In most cases, I only need to copy the access token, so there could be a button left to the "Fetch Tokens" button, which copies the access token (see the append screenshot).
Buttons for each token at text box
Another way to achieve this could be a small button on the right end of each text box to copy the selected token. This option is more flexible than the option mentioned above, because it allows to copy each token separately instead of just the access token.
Screenshot of possible implementation at UI
Which of the options you choose is up to you, but it would love to see this in Insomnia in some future release.
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions