UNPKG

astro-kinde

Version:

Astro integration module for Kinde authentication

9 lines (6 loc) 184 B
import { APIRoute } from 'astro'; /** * Handles the OAuth callback, exchanges the code for an access token, and redirects the user. */ declare const GET: APIRoute; export { GET };