UNPKG

astro-kinde

Version:

Astro integration module for Kinde authentication

9 lines (6 loc) 148 B
import { APIRoute } from 'astro'; /** * Handles user sign-out by redirecting to the logout URL. */ declare const GET: APIRoute; export { GET };