UNPKG

astro-kinde

Version:

Astro integration module for Kinde authentication

9 lines (6 loc) 171 B
import { APIRoute } from 'astro'; /** * API route to check if the user is authenticated by verifying the access token. */ declare const GET: APIRoute; export { GET };