Registry / auth / openshift-osin

openshift-osin

JSON →
library1.0.1gogounverified

A Go OAuth 2.0 server library implementing the authorization code, implicit, client credentials, and refresh token flows.

go get github.com/openshift/osin
INSTALL
IMPORT
SIG · OPENSHIFT-OSIN
O
openshift-osin
authgov1.0.1
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.

osin
github.com/openshift/osin

Create a new OAuth2 server instance.

package main import ( "fmt" "github.com/openshift/osin" ) func main() { server := osin.NewServer(osin.NewServerConfig(), &osin.DefaultStorage{}) fmt.Println(server) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
openshift-osin — go get openshift-osin · libregistry