App Router). I am working on an application, it should support 2 types of authentications.ScriptAuth. The app requires user to be logged in, so all the pages are unaccessible, until user is logged it.<Script src="..." onReady={createGlobalObject}>, which creates a global object, representing that ScriptAuth data.ScriptAuth, tRPC server assumes 403, which is expected, because the ScriptAuth workflow never creates the session. I need a way to inject state of session into the NextAuth context, so it will allow protected requests via ScriptAuth-ed users. I have no idea how to do it.