This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"protocol": "plonk", | |
"curve": "bn128", | |
"nPublic": 2, | |
"power": 9, | |
"k1": "2", | |
"k2": "3", | |
"Qm": [ | |
"8467362344414085053453990078752902537208403152458487287853281702583480383633", | |
"16029384791367073889541988439218376487166187443547532855781068843279901690834", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Next Imports | |
import { NextApiRequest, NextApiResponse } from "next"; | |
// Next Auth Imports | |
import { getCsrfToken } from "next-auth/react"; | |
import CredentialsProvider from "next-auth/providers/credentials"; | |
import TwitterProvider from "next-auth/providers/twitter"; | |
import GitHubProvider from "next-auth/providers/github"; | |
import DiscordProvider from "next-auth/providers/discord"; | |
import { type JWT } from "next-auth/jwt"; |