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
Having to select the access token is cumbersome. It should be easier to copy a test token to the clipboard.
Describe the ideal solution
auth0 test token | pbcopy
The CLI detects when stdout is not a TTY. When this is the case, it writes the access token to stdout. Any other messages are written to stderr. On macOS this should then allow me to automatically copy the access token to my clipboard, after which I can use it to make authenticated requests.
Alternatives and current work-arounds
Select the access token and copy it manually.
The text was updated successfully, but these errors were encountered:
Widcket
added
the
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
label
Jun 17, 2021
Describe the problem you'd like to have solved
Having to select the access token is cumbersome. It should be easier to copy a test token to the clipboard.
Describe the ideal solution
auth0 test token | pbcopy
The CLI detects when stdout is not a TTY. When this is the case, it writes the access token to stdout. Any other messages are written to stderr. On macOS this should then allow me to automatically copy the access token to my clipboard, after which I can use it to make authenticated requests.
Alternatives and current work-arounds
Select the access token and copy it manually.
The text was updated successfully, but these errors were encountered: