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

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

Simple Authentication and Security Layer (SASL) client library written in Go
https://github.com/staticmukesh/go-sasl

digest-authentication digest-md5 go-sasl sasl

Last synced: 16 days ago
JSON representation

Simple Authentication and Security Layer (SASL) client library written in Go

Awesome Lists containing this project

README

          

# go-sasl

[![GoDoc](https://godoc.org/staticmukesh/go-sasl?status.svg)](https://godoc.org/staticmukesh/go-sasl)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

go-sasl is a pure golang client-side SASL implementation as defined by [RFC 4422](https://tools.ietf.org/html/rfc4422).

It supports the following mechanisms: PLAIN, EXTERNAL. Support for other mechanisms may be added in the future.

## Contributing

Open an issue or PR if you want to add more SASL mechanisms.

## License

MIT License (c) 2018 Mukesh Sharma