'use client'; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons"; import { postgrestUrl } from '@/app/lib/constants' import Link from 'next/link' import { useSession } from "next-auth/react"; import { signIn } from "next-auth/react" export default function Page() { const { data: session } = useSession(); return (
Futureporn Application Programmable Interface (API) for developers and power users
The Data API contains all the data served by this website in JSON format. This API is unstable, meaning it's subject to changes that may break your integrations.
{JSON.stringify(session)}