UNPKG

next-bungie-auth

Version:

Next Bungie Auth is an open source Next.js library that provides a configurable solution for authenticating your users with Bungie.net

3 lines (2 loc) 204 B
import type { NextBungieAuth, NextBungieAuthConfig } from "../types"; export declare const createHandlers: (defaultedConfig: NextBungieAuthConfig) => Pick<NextBungieAuth, "catchAllHandler" | "handlers">;