Passing auth info from _middleware.ts to next functions

I'm wondering how I can pass the authentication info from _middleware.ts to other functions. All I see is how to merely validate if the user is valid.
Was this page helpful?