UNPKG

astro-kinde

Version:

Astro integration module for Kinde authentication

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