Skip to content

v0.10.0

Compare
Choose a tag to compare
@grokify grokify released this 17 Oct 17:42
· 704 commits to master since this release

Overview

Rename package to goauth to better capture auth support outside of OAuth 2 (e.g JWT, TLS Client Auth, Basic Auth, proprietary auth, etc.).

The primary goal of this package is to:

  1. create *http.Client for API services from a generic app definition, credentials.Credentials, no matter the auth type used.

Updates

  1. cleanup: ringcentral: remove legacy files
  2. rename: move to new package name goauth