Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/plugins/auth/utils/providers/netzo.ts>handleCallbackNetzo

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function handleCallbackNetzo
Re-export
import { handleCallbackNetzo } from "https://deno.land/x/netzo@0.5.108/plugins/auth/utils/providers/netzo.ts";

Handles the OAuth callback request for the given Netzo configuration, and then redirects the client to the success URL set in signIn. The request URL must match the redirect URL of the OAuth application.

Parameters

request: Request
_clientConfig: NetzoAuthConfig

Returns

ReturnType<handleCallback>