releases.shpreview

AuthKit now supports Astro framework

July 7, 2026ChangelogView original ↗
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes

We're excited to announce AuthKit support for Astro! You can now use AuthKit with Astro to add authentication to your application.

Getting Started

To get started with AuthKit for Astro, install the @workos-inc/authkit-astro package:

npm install @workos-inc/authkit-astro

Then, configure your environment variables:

PUBLIC_WORKOS_CLIENT_ID=your_client_id
WORKOS_API_KEY=your_api_key

Features

AuthKit for Astro includes:

  • Sign up and sign in - Built-in authentication flows
  • User management - Manage user sessions and profiles
  • SSO integration - Enterprise single sign-on support
  • Middleware - Protect your routes with authentication
  • Type safety - Full TypeScript support

Documentation

For detailed documentation and examples, visit the AuthKit documentation.

Support

If you have any questions or need help, reach out to our support team.

AuthKit for Astro

Fetched July 8, 2026