Registry / auth / jcmturner-goidentity-v2

jcmturner-goidentity-v2

JSON →
library2.0.0gogounverified

Provides identity management interfaces and implementations for authentication contexts.

go get gopkg.in/jcmturner/goidentity.v2
INSTALL
IMPORT
SIG · JCMTURNER-GOIDENTI
J
jcmturner-goidentity-v2
authgov2.0.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.

identity
✓ gopkg.in/jcmturner/goidentity.v2

Creates a new identity and prints the username.

package main import ( "fmt" "gopkg.in/jcmturner/goidentity.v2" ) func main() { id := identity.NewIdentity("user") fmt.Println(id.UserName()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
jcmturner-goidentity-v2 — go get jcmturner-goidentity-v2 · libregistry