Owner-based auth based on IdentityClaim #485
Labels
datastore
Issues related to the DataStore category
feature-request
Request a new feature
pending-triage
Issue is pending triage
Currently, a developer using Auth directive can set their own
identityClaim
which determines which value to use as the owner. DataStore usesAuth.getCurrentUser
and uses theusername
as owner. This feature is to support differentidentityClaims
like cognito sub or something else.The impact of not doing this is no support for custom identityClaims.
The text was updated successfully, but these errors were encountered: