Registry / auth / gomodule-oauth1

gomodule-oauth1

JSON →
library0.2.0gogounverified

A Go library for OAuth 1.0 authentication.

go get github.com/gomodule/oauth1
INSTALL
IMPORT
SIG · GOMODULE-OAUTH1
G
gomodule-oauth1
authgov0.2.0
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.

oauth1
github.com/gomodule/oauth1

Create an OAuth1 client with consumer credentials and token.

package main import "github.com/gomodule/oauth1" func main() { config := oauth1.NewConfig("consumerKey", "consumerSecret") token := oauth1.NewToken("token", "tokenSecret") httpClient := config.Client(oauth1.NoContext, token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources