A build your own ATProto adventure, OAuth already figured out for you. demo.atpoke.xyz
at main 7 lines 168 B view raw
1import type { LayoutServerLoad } from './$types'; 2 3export const load: LayoutServerLoad = async (event) => { 4 return { 5 session: event.locals.session 6 }; 7};