Registry / auth / xdg-scram

xdg-scram

JSON →
library1.0.5gogounverified

Package scram is deprecated in favor of xdg-go/scram.

go get github.com/xdg/scram
INSTALL
IMPORT
SIG · XDG-SCRAM
X
xdg-scram
authgov1.0.5
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.

scram
github.com/xdg/scram

Creates a SCRAM client (deprecated).

package main import ( "fmt" "github.com/xdg/scram" ) func main() { client, _ := scram.SHA256.NewClient("user", "password", "") fmt.Println(client) }
Debug
Known issues
breakingThis package is deprecated; use github.com/xdg-go/scram instead.
fix
Replace import with github.com/xdg-go/scram.
affects: >=1.0.0
Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
xdg-scram — go get xdg-scram · libregistry