- Notifications
You must be signed in to change notification settings - Fork21
Allow Connect API Key#133
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
57df886d360ce7d8a3fd0ac067cd56e45903d02460d306f75dd1257c64beeeaf09553cfd99fe2323c490b2387ceda622aefa026a863d0a4b4bc7b2fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -253,6 +253,7 @@ RecordingSession <- R6::R6Class("RecordingSession", | ||
| cookies <- data.frame() | ||
| # if auth is required and are not using the connectApiKey... | ||
| if (isProtected(private$targetURL) && is.null(private$connectApiKey)) { | ||
schloerke marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| assert_is_available("getPass") | ||
| username <- getPass::getPass("Enter your username: ") | ||
| if (is.null(username)) stop("Login aborted (username not provided)") | ||
| password <- getPass::getPass("Enter your password: ") | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.