You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you so much for this fantastic plugin. how can we use RLS with this plugin? (Apps owns data )
I need to restrict the content by user, it is an intranet portal.
I leave my suggestion: When a user logs in to wordpress, the username or email will be captured by the plugin and generate the token with RLS.
Hello, thank you so much for this fantastic plugin. how can we use RLS with this plugin? (Apps owns data )
I need to restrict the content by user, it is an intranet portal.
I leave my suggestion: When a user logs in to wordpress, the username or email will be captured by the plugin and generate the token with RLS.
Ex:
{
"accessLevel": "View",
"allowSaveAs": "false",
"identities": [{
"username": "[email protected]",
"roles": ["DYNAMIC_RLS"],
"datasets": ["f1878c57-1046-4f07-a96a-05e970a85f6d"]
}]
}
The text was updated successfully, but these errors were encountered: