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
There are two examples of middlewares at the documentation, a function and a class middlewares. The function middleware should be async and the class middleware doesn't actually work.
There are two examples of middlewares at the documentation, a function and a class middlewares. The function middleware should be
asyncand the class middleware doesn't actually work.