mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Improve auth. provider interface
The authentication provider can now provide multiple authorization identities associated with credentials. Protocols that support that (e.g. JMAP, SASL) can let the client select the wanted identity.
This commit is contained in:
parent
8f1d57293c
commit
a45c7090c4
11 changed files with 72 additions and 65 deletions
|
@ -27,7 +27,7 @@ const testMsg = "From: <sender@example.org>\r\n" +
|
|||
"\r\n" +
|
||||
"foobar\r\n"
|
||||
|
||||
func testEndpoint(t *testing.T, modName string, auth module.AuthProvider, tgt module.DeliveryTarget, checks []module.Check, cfg []config.Node) *Endpoint {
|
||||
func testEndpoint(t *testing.T, modName string, auth module.PlainAuth, tgt module.DeliveryTarget, checks []module.Check, cfg []config.Node) *Endpoint {
|
||||
t.Helper()
|
||||
|
||||
mod, err := New(modName, []string{"tcp://127.0.0.1:" + testPort})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue