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
- Host: GitHub
- URL: https://github.com/emersion/go-sasl
- Owner: emersion
- License: mit
- Created: 2016-05-17T16:51:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T18:27:51.000Z (over 1 year ago)
- Last Synced: 2025-05-14T00:02:00.579Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 99
- Watchers: 5
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sasl
[](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