An open API service indexing awesome lists of open source software.

https://github.com/emersion/go-sasl

🔑 A SASL library written in Go
https://github.com/emersion/go-sasl

Last synced: about 1 year ago
JSON representation

🔑 A SASL library written in Go

Awesome Lists containing this project

README

          

# go-sasl

[![Go Reference](https://pkg.go.dev/badge/github.com/emersion/go-sasl.svg)](https://pkg.go.dev/github.com/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#appendix-A)
* [LOGIN](https://tools.ietf.org/html/draft-murchison-sasl-login-00) (obsolete, use PLAIN instead)
* [PLAIN](https://tools.ietf.org/html/rfc4616)
* [OAUTHBEARER](https://tools.ietf.org/html/rfc7628)

## License

MIT