18 lines
681 B
Markdown
18 lines
681 B
Markdown
# go-sasl
|
|
|
|
[](https://godoc.org/github.com/emersion/go-sasl)
|
|
[](https://travis-ci.org/emersion/go-sasl)
|
|
|
|
A [SASL](https://tools.ietf.org/html/rfc4422) library written in Go.
|
|
|
|
Implemented mechanisms:
|
|
* [ANONYMOUS](https://tools.ietf.org/html/rfc4505)
|
|
* [EXTERNAL](https://tools.ietf.org/html/rfc4422)
|
|
* [LOGIN](https://tools.ietf.org/html/draft-murchison-sasl-login-00) (only server, obsolete, use PLAIN instead)
|
|
* [PLAIN](https://tools.ietf.org/html/rfc4616)
|
|
* [XOAUTH2](https://developers.google.com/gmail/xoauth2_protocol)
|
|
|
|
## License
|
|
|
|
MIT
|