Last change
on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago |
Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
671 bytes
|
Rev | Line | |
---|
[822] | 1 | # go-sasl
|
---|
| 2 |
|
---|
| 3 | [](https://godocs.io/github.com/emersion/go-sasl)
|
---|
| 4 | [](https://travis-ci.org/emersion/go-sasl)
|
---|
| 5 |
|
---|
| 6 | A [SASL](https://tools.ietf.org/html/rfc4422) library written in Go.
|
---|
| 7 |
|
---|
| 8 | Implemented mechanisms:
|
---|
| 9 |
|
---|
| 10 | * [ANONYMOUS](https://tools.ietf.org/html/rfc4505)
|
---|
| 11 | * [EXTERNAL](https://tools.ietf.org/html/rfc4422#appendix-A)
|
---|
| 12 | * [LOGIN](https://tools.ietf.org/html/draft-murchison-sasl-login-00) (obsolete, use PLAIN instead)
|
---|
| 13 | * [PLAIN](https://tools.ietf.org/html/rfc4616)
|
---|
| 14 | * [OAUTHBEARER](https://tools.ietf.org/html/rfc7628)
|
---|
| 15 |
|
---|
| 16 | ## License
|
---|
| 17 |
|
---|
| 18 | MIT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.