"use client"; import { GridPattern } from "./grid-pattern"; import { Button } from "@/components/ui/button"; import clsx from "clsx"; import { Github, Icon } from "lucide-react"; import { useTheme } from "next-themes"; import Link from "next/link"; import { Highlight, themes } from "prism-react-renderer"; import { Fragment, useEffect, useId, useState } from "react"; import { LayoutGroup, motion } from "framer-motion"; import { Icons } from "../icons"; import { Cover } from "../ui/cover"; import { PulicBetaBadge } from "../beta/badge"; function Glow() { const id = useId(); return (
Better Auth.
The most comprehensive authentication library for typescript.
{ <>
{tokens.map((line, lineIndex) => (
{line.map((token, tokenIndex) => (
))}
))}
)}
Demo