.. | |||
.gitignore | 3 years ago | ||
LICENSE.md | 3 years ago | ||
Makefile | 3 years ago | ||
README.md | 3 years ago | ||
bitbucket-pipelines.yml | 3 years ago | ||
doc.go | 3 years ago | ||
example_plain_test.go | 3 years ago | ||
example_xoauth2_test.go | 3 years ago | ||
go.mod | 3 years ago | ||
go.sum | 3 years ago | ||
mechanism.go | 3 years ago | ||
negotiator.go | 3 years ago | ||
nonce.go | 3 years ago | ||
nonce_test.go | 3 years ago | ||
options.go | 3 years ago | ||
plain.go | 3 years ago | ||
sasl_test.go | 3 years ago | ||
scram.go | 3 years ago | ||
xor_generic.go | 3 years ago | ||
xor_unaligned.go | 3 years ago |
A Go library implementing the Simple Authentication and Security Layer (SASL) as defined by RFC 4422.
To file a bug report, please use the issue tracker.
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.