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

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

Deno-powered framework for building business web apps
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.3.91/core/plugins/auth/utils/providers/netzo.ts";

Functions

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.

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