Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 3.93 KB

integrations.mdx

File metadata and controls

53 lines (43 loc) · 3.93 KB

import { Callout } from "nextra/components"

Integrations

Here are the state of planned and released integrations under the @auth/* and @next-auth/* scope, as well as next-auth. It also includes community created and maintained integrations. Integrations listed as "Planned" are something we'd love help with! See the help needed section below.

Is your framework not supported? You can easily contribute by creating a framework integration by [following this guide](/guides/creating-a-framework-integration). Note that because of preventing breaking changes on package imports, `next-auth` is the only framework package which is not named following the `@auth/*` convention. This library initially was born as `next-auth` but [over the years has evolved](/contributors#history) to be framework agnostic.
Feature Status
next-auth Released (stable) - docs
@auth/*-adapter Released (stable). Fully compatible with next-auth and all @auth/* libraries
@next-auth/*-adapter Maintenance has stopped. Update to @auth/*-adapter
@auth/core Released (experimental)
@auth/sveltekit Released (experimental) - docs
@auth/express Released (experimental) - docs
@auth/solid-start Released (experimental)
@auth/fastify Released (experimental) - docs
@auth/remix Planned
@auth/astro Planned
@auth/nuxt Planned

Community Integrations

The community has published some great integrations / client packages for various frameworks and libraries. We'd love to make some packages official in the future, if you're responsible for any of them and are interested in collaborating, please do not hesitate to reach out!

Client Links
Hono.js Auth.js middleware
Rakkas Auth.js Integration Example
Qwik Auth.js Integration
SolidStart @solid-mediakit/auth
Astro auth-astro
Nuxt @sidebase/nuxt-auth
Nuxt @hebilicious/authjs-nuxt

Help needed

In case you are a maintainer of a package that uses @auth/core, feel free to reach out to Balázs or [email protected], if you want to collaborate on making it an official package, maintained in our repository. If you are interested in bringing @auth/core support to your favorite framework, we would love to hear from you!