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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function signIn
Re-export
import { signIn } from "https://deno.land/x/netzo@0.4.40/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: NetzoClientConfig
optional
options: SignInOptions