memgraph/tests/integration/auth
andrejtonev 6a4ef55e90
Better auth user/role handling (#1699)
* 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
..
checker.cpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
CMakeLists.txt Integrate auth checks into query execution 2018-08-22 11:44:09 +02:00
runner.py Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
tester.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00