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
@nitrocode good question. You can log anything you want in your validate function.
All the detail from the original HTTP request is available in the request object so you can easily check the auth headers. Please see: https://hapi.dev/api/?v=18.4.0#request-lifecycle
How do I log failed requests? I want to verify if the authorization header is coming in correctly.
The text was updated successfully, but these errors were encountered: