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
- Host: GitHub
- URL: https://github.com/staticmukesh/go-sasl
- Owner: staticmukesh
- License: mit
- Created: 2018-06-07T12:10:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T17:29:51.000Z (almost 8 years ago)
- Last Synced: 2025-12-26T13:38:11.419Z (5 months ago)
- Topics: digest-authentication, digest-md5, go-sasl, sasl
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sasl
[](https://godoc.org/staticmukesh/go-sasl)
[](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