[FR] add allow and blocklist support #37
ComfortablyCoding
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Running into this issue now. I am writing a lot of custom resolvers and like to be in complete control of the output without using the transformer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Added in v3 via #64 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add support for adding allow and block lists for certain routes.
Most likely will either be an array or function that is passed the current route as the parameter and must return a boolean indicating if the route should be processed.
Example
Linked Issue
#33
Beta Was this translation helpful? Give feedback.
All reactions