Skip to content

Commit

Permalink
prep minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Dec 26, 2023
1 parent 9245575 commit 717dc29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: sbtools
Title: USGS ScienceBase Tools
Maintainer: David Blodgett <dblodgett@usgs.gov>
Version: 1.3.0
Version: 1.3.1
Authors@R: c(person("David", "Blodgett", role=c("cre"),
email = "dblodgett@usgs.gov"),
person("Luke", "Winslow", role = c("aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# version 1.3.1

Improved handling of cached token.

# version 1.3.0

In this release, sbtools underwent a significant migration from `josso` login to `keycloak`-based two factor authentication. See #314 for details of the changes.
Expand Down
4 changes: 3 additions & 1 deletion vignettes/sbtools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ Much of `sbtools` is intended to be used after authentication. This part of `sbt

The old way used `authenticate_sb()` with a username and password. The password could be cached using the `keyring` package.

```{r}
NOTE: This method no longer works and is shown here for reference with regard to old code and workflows.

```{r, eval=FALSE}
authenticate_sb(Sys.getenv("sb_user"))
my_home_item <- user_id()
Expand Down

0 comments on commit 717dc29

Please sign in to comment.