better-auth config), that needs to check 2 scenarios basically:Authorization: Bearer ${token} header and validate the JWT with JOSE lib.bearer() and jwt() plugins enabled in better-auth config?better-auth set a session cookie in headers automatically or do i have to extract it from somewhere and then set it myself? Where do i get this token from? Do I set the session token I received after logging in to the cookie?JTW with Bearer (for mobile and curl requests) and cookie token for web requests?