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
This is from my own code-base, so it will be missing context. The point is: you can use rules to configure universal route options. The processor parses your route.rules object and you can decide what to do with it there.
Runtime
nodejs
Runtime version
20
Module version
21.3.10
Used with
hapi
Any other relevant information
No response
How can we help?
I need to change route options from auth plugin:
example route
In auth.setAuth I have options based on it and some manipulations to hide sensitive values I have to put in
Is it possible? I tried in auth plugin
but i can not get information about route in normal way and these values are not passing when I call for /openapi.json route
How to modify route options.plugins via auth plugin?
The text was updated successfully, but these errors were encountered: