Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
update auth key
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 6, 2024
1 parent c5bb1f6 commit 872d38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ cache <- new.env(parent = emptyenv())

rorcid_app <- httr::oauth_app(
appname = "rorcid",
key = "APP-7E02XXWNQBFNMG1B",
secret = "152526b1-c2e8-47d0-9cb0-4f7849310c8b"
key = "APP-14NOQS85ZPM4ANDH",
secret = "8b0af79c-87da-46c6-9e45-a6f1aa86bd03"
)

0 comments on commit 872d38a

Please sign in to comment.