Registry / auth / oauth2-v3

oauth2-v3

JSON →
library3.12.0gogounverified

Package oauth2 provides an OAuth 2.0 server implementation for Go.

go get gopkg.in/oauth2.v3
INSTALL
IMPORT
SIG · OAUTH2-V3
O
oauth2-v3
authgov3.12.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.

oauth2
gopkg.in/oauth2.v3

Initialize an OAuth2 manager with a client store

package main import ( "gopkg.in/oauth2.v3" "gopkg.in/oauth2.v3/models" ) func main() { manager := oauth2.NewManager() client := &models.Client{ID: "test", Secret: "secret"} manager.MapClientStorage(models.NewClientStore(client)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
oauth2-v3 — go get oauth2-v3 · libregistry