© 2026 Hedgehog Software, LLC
/api/auth/logout?post_logout_redirect_url=/logout?from=logout
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components"; ... return ( <> <LogoutLink postLogoutRedirectURL={"/logout?from=logout"}> Text </LogoutLink> </> );