Any chance we can have some kind of documentation on the specifications for oauth2 with xenforo especially on what parameters are being required and sent?
thats what i have right now but i had no luck getting it to work on my nextjs demo app, but i have to say i am pretty new and not an expert here.
JavaScript:
Read more
Читать далее...
thats what i have right now but i had no luck getting it to work on my nextjs demo app, but i have to say i am pretty new and not an expert here.
JavaScript:
Код:
// /app/api/auth/auth-options.ts
import type { NextAuthOptions, Session } from "next-auth";
import { JWT } from "next-auth/jwt";
declare module "next-auth" {
interface Session {...
Read more
Читать далее...