fox.cpp
|
46502217ed
|
Remove config.Map.MatchErr()
Obscure and often misused.
|
2020-03-05 02:26:29 +03:00 |
|
fox.cpp
|
1579ea10b2
|
Use config.Node instead of *config.Node everywhere
Closes #197.
|
2020-03-05 02:26:29 +03:00 |
|
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 |
|
fox.cpp
|
eaaadfa6df
|
Implement & integrate generic SASL authentication support
This should make it possible to implement OAuth and TLS client
certificates authentication.
|
2020-02-27 21:40:04 +03:00 |
|