maddy/internal/module
fox.cpp 55a91a37b7
Revert authorization/authentication split
Authentication provider module is responsible only for authentication.
Nothing more. Access control (authorization) should be kept separate.
2020-02-28 01:38:40 +03:00
..
auth.go Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
check.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
delivery_target.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
dummy.go Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
instances.go Implement global callbacks for "shutdown" and "reload" 2020-01-02 12:26:32 +03:00
modifier.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
module.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
msgmetadata.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
partial_delivery.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
registry.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
storage.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
table.go Implement separate lookups for username and password in authentication 2020-02-28 00:29:41 +03:00