Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL authentication with browser = FALSE in RStudio IDE #146

Closed
llrs opened this issue Nov 26, 2023 · 2 comments
Closed

URL authentication with browser = FALSE in RStudio IDE #146

llrs opened this issue Nov 26, 2023 · 2 comments
Assignees

Comments

@llrs
Copy link

llrs commented Nov 26, 2023

Nice package!

When the auth_setup(browser = FALSE) is used in RStudio (version 2023.6.1.524) there is no way to copy the long URL that is created because it pop-outs a mini-windows to enter the token and then the user cannot select and copy the url from the console.

It would be nice if it could be first added to the clipboard or some time was given to copy and pasted.

Thanks

@chainsawriot
Copy link
Collaborator

@llrs Nice suggestion. I can make this happen, but you will need to do that with auth_setup(browser = FALSE, clipboard = TRUE) (clipboard is by default FALSE); would that be okay with you?

@chainsawriot chainsawriot self-assigned this Nov 26, 2023
@chainsawriot
Copy link
Collaborator

@llrs Ah, no. I can make it happen by default.

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

No branches or pull requests

2 participants