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>signInNetzo

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

Handles the sign-in request and process for the given Netzo configuration and redirects the client to the authorization URL.

Parameters

request: Request
_clientConfig: NetzoAuthConfig
optional
options: SignInOptions

Returns

ReturnType<signIn>