Registry / auth / yohcop-openid-go

yohcop-openid-go

JSON →
library1.0.1gogounverified

A Go implementation of the OpenID authentication protocol.

go get github.com/yohcop/openid-go
INSTALL
IMPORT
SIG · YOHCOP-OPENID-GO
Y
yohcop-openid-go
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.

openid
github.com/yohcop/openid-go

Generate an OpenID redirect URL

package main import ( "fmt" "github.com/yohcop/openid-go" ) func main() { url, _ := openid.RedirectURL("https://example.com/openid", "http://localhost:8080/callback") fmt.Println(url) }
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
27 hits · last 30 days
node
22
Resources
yohcop-openid-go — go get yohcop-openid-go · libregistry