Registry / auth / garyburd-go-oauth

garyburd-go-oauth

JSON →
library0.0.0-20250708150529-9df1f1901ec1gogounverified

Package oauth provides client-side OAuth 1.0a and OAuth 2.0 implementation.

go get github.com/garyburd/go-oauth
INSTALL
IMPORT
SIG · GARYBURD-GO-OAUTH
G
garyburd-go-oauth
authgov0.0.0-20250708150529-9df1f1901ec1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oauth
github.com/garyburd/go-oauth

Creates an OAuth consumer and requests a request token.

package main import ( "fmt" "github.com/garyburd/go-oauth" ) func main() { c := oauth.NewConsumer("key", "secret", oauth.ServiceProvider{}) token, err := c.RequestToken() if err != nil { fmt.Println(err) } fmt.Println(token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250708150529-9df1f1901ec1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
garyburd-go-oauth — go get garyburd-go-oauth · libregistry