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
For the query it should work (in theory). For the body, this is is pretty much intended, because we don't want to begin body parsing before access is granted. But I suppose we can allow reversing that order.
Currently if we try to access body/query in @:restrict like so:
It will fail with something like undeclared identifier "body".
Would it be possible to parse the body before the check (maybe only if the restrict meta needs it) ?
The text was updated successfully, but these errors were encountered: