fix typo: logged-in sujects

This commit is contained in:
Michael Hoennig 2024-09-16 15:35:40 +02:00
parent 86232f1939
commit 763c743372

View File

@ -38,7 +38,7 @@ In this solution, the database ignores row level visibility and returns all rows
Very flexible access, programmatic, rules could be implemented.
The role-hierarchy and permissions for currently logged-in sujects could be cached in the backend.
The role-hierarchy and permissions for current subjects (e.g. logged-in users) could be cached in the backend.
The access logic can be tested in pure Java unit tests.