Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/core/plugins/auth/utils/providers/netzo.ts>signIn

Deno-powered framework for building business web apps
Go to Latest
function signIn
Re-export
import { signIn } from "https://deno.land/x/netzo@0.3.91/core/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