Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

whoami

import { whoami } from "https://raw.githubusercontent.com/yourfriendoss/Monolith/main/src/routes/extra.ts";

Get data about the currently authenicated user Has to be a GET request.

function whoami(req: Request);
§
whoami(req: Request)
[src]

§Parameters

§
req: Request
[src]