An implementation of the Simple Authentication and Security Layer (SASL).
https://mellium.im/sasl/
ci/woodpecker/pr/dco Pipeline was successful
Details
ci/woodpecker/pr/test Pipeline was successful
Details
ci/woodpecker/pr/validate Pipeline was successful
Details
ci/woodpecker/push/dco Pipeline was successful
Details
ci/woodpecker/push/validate Pipeline was successful
Details
ci/woodpecker/push/test Pipeline was successful
Details
Signed-off-by: Sam Whited <sam@samwhited.com> |
||
---|---|---|
.woodpecker | ||
docs | ||
internal/gsasl | ||
testdata/fuzz | ||
.gitignore | ||
CHANGELOG.md | ||
DCO | ||
LICENSE | ||
README.md | ||
doc.go | ||
example_plain_test.go | ||
example_xoauth2_test.go | ||
go.mod | ||
go.sum | ||
mechanism.go | ||
negotiator.go | ||
nonce.go | ||
nonce_test.go | ||
options.go | ||
plain.go | ||
sasl_integration_test.go | ||
sasl_internal_test.go | ||
sasl_test.go | ||
scram_client.go | ||
scram_server.go | ||
scram_test.go |
README.md
SASL
A Go library implementing the Simple Authentication and Security Layer (SASL) as defined by RFC 4422.
License
The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.