grist-core
grist-core copied to clipboard
[Bug] API access rules and normal access rules aren't the same - Self hosted
i have a user set up with an email like this [email protected]
i made an access rule to a table user.Email == "[email protected]" with all access in green when using this rule with email in lowercase i can go to the document in the web gui and this rule doesnt count to show me the table but my API key works and can request data and also post.
but i made the access rule with the email like i created it in authentik. user.Email == "[email protected]" with all access on green Then i can see and edit the table in the web gui. it appears i can also request the table via API but i cant post to the tables.