memgraph/src/auth
andrejtonev 6a4ef55e90
Better auth user/role handling ()
* Stop auth module from creating users
* Explicit about auth policy (check if no users defined OR auth module used)
* Role supports database access definition
* Authenticate() returns user or role
* AuthChecker generates QueryUserOrRole (can be empty)
* QueryUserOrRole actually authorizes
* Add auth cache invalidation
* Better database access queries (GRANT, DENY, REVOKE DATABASE)
2024-02-22 14:00:39 +00:00
..
reference_modules Fix Centos8 build () 2021-03-26 12:05:58 +01:00
auth.cpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
auth.hpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
CMakeLists.txt Adding authentication data replication () 2024-02-05 10:37:00 +00:00
crypto.cpp Fix auth durability () 2024-01-30 18:17:05 +00:00
crypto.hpp Add toolchain-v5 compatibility Revert to C++20 () 2024-02-19 21:09:54 +01:00
exceptions.hpp Updated telemetry client-side () 2023-10-16 14:16:00 +02:00
models.cpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
models.hpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
module.cpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
module.hpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
replication_handlers.cpp HA: Disable replication from old main () 2024-02-07 11:20:47 +01:00
replication_handlers.hpp HA: Disable replication from old main () 2024-02-07 11:20:47 +01:00
rpc.cpp Better auth user/role handling () 2024-02-22 14:00:39 +00:00
rpc.hpp HA: Disable replication from old main () 2024-02-07 11:20:47 +01:00