v0.10.0
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:
- create
*http.Client
for API services from a generic app definition,credentials.Credentials
, no matter the auth type used.
Updates
- cleanup: ringcentral: remove legacy files
- rename: move to new package name goauth