gargle 0.2.0
-
All built-in API credentials have been rotated and are stored internally in a way that reinforces appropriate use. There is a new Privacy policy as well as a policy for authors of packages or other applications. This is related to a process to get the gargle project verified, which affects the OAuth2 capabilities and the consent screen.
-
New vignette on "How to get your own API credentials", to help other package authors or users obtain their own API key or OAuth client ID and secret.
-
credentials_byo_oauth2()
is a new credential function. It is included in the
default registry consulted bytoken_fetch()
and is tried just before
credentials_user_oauth2()
.