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
hi,
after reading the code, I see that the middleware feature wasn't on the source code anymore.
So I have few questions :
how can we do some asynchronous verification/modification on the request ? It was easy with the middleware but I don't see how to do it now. I see that some events are emitted but it's not possible to perform a async job on an event.