UNPKG

@halvest/cybervest-testnet

Version:
10 lines (7 loc) 278 B
"use server"; import { createAuth } from "thirdweb/auth"; const thirdwebAuth = createAuth({ domain: process.env.NEXT_PUBLIC_THIRDWEB_AUTH_DOMAIN || "", }); export const generatePayload = thirdwebAuth.generatePayload; export const verifyPayload = thirdwebAuth.verifyPayload;