You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ title: Overview
4
4
5
5
This section of the documentation contains the API reference for all the official packages under the `@auth/*` and `@next-auth/*` scopes.
6
6
7
-
## Roadmap
7
+
## Integrations
8
8
9
-
Here are the _state_ of planned and released packages under the `@auth/*` and `@next-auth/*` scope, as well as `next-auth`. This is not an exhaustive list, but the set of packages that we would like to focus on, to begin with.
9
+
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](#help-needed) section below.
@@ -16,11 +16,12 @@ Here are the _state_ of planned and released packages under the `@auth/*` and `@
16
16
|`@next-auth/*-adapter`| Maintenance has stopped. Update to `@auth/*-adapter`. See above. |
17
17
|`@auth/core`| Released (experimental). See [docs](/reference/core)|
18
18
|`@auth/sveltekit`| Released (experimental). See [docs](/reference/sveltekit)|
19
-
|`@auth/solid-start`| Released (experimental). See [docs](/reference/solidstart) Community package: [`@solid-mediakit/auth`](https://www.npmjs.com/package/@solid-mediakit/auth)|
19
+
|`@auth/solid-start`| Released (experimental). See [docs](/reference/solidstart) Community package: [`@solid-mediakit/auth`](https://www.npmjs.com/package/@solid-mediakit/auth)|
20
20
|`@auth/express`| Released (experimental). See [docs](/reference/express)|
21
21
|`@auth/remix`| Planned. |
22
22
|`@auth/astro`| Planned. |
23
23
|`@auth/nuxt`| Planned. Community packages: [`@sidebase/nuxt-auth`](https://github.com/sidebase/nuxt-auth), [`@hebilicious/authjs-nuxt`](https://authjs-nuxt.pages.dev/)|
24
+
|`@builder.io/qwik-auth`| Community package: [qwik integrations](https://qwik.builder.io/docs/integrations/authjs/#authjs)|
24
25
25
26
:::info
26
27
The NextAuth.js v4 documentation is at [next-auth.js.org](https://next-auth.js.org), while v5+ will be available [here](/reference/nextjs). Guides are being migrated over to the new documentation page and are gradually being updated to showcase all the framework integrations.
0 commit comments