Skip to content

gargle 0.2.0

Compare
Choose a tag to compare
@jennybc jennybc released this 12 Jun 05:18
  • 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 by token_fetch() and is tried just before
    credentials_user_oauth2().