UNPKG

astro-kinde

Version:

Astro integration module for Kinde authentication

9 lines (6 loc) 161 B
import { APIRoute } from 'astro'; /** * Redirects the user to the OAuth login URL with necessary parameters. */ declare const GET: APIRoute; export { GET };