import { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.ts";
Get user by reading the cookie from the request. Works for Next.js & Express (requires cookie-parser middleware).
import { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.ts";
Get user by reading the cookie from the request. Works for Next.js & Express (requires cookie-parser middleware).