Skip to content

Commit c970863

Browse files
docs: update integrations table (#9567)
* fix: update references table * fix: update help-needed link * fix: add link to qwik integration * Apply suggestions from code review * Update introduction.mdx --------- Co-authored-by: Balázs Orbán <[email protected]>
1 parent 05bf014 commit c970863

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/docs/getting-started/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Auth.js is a complete open-source authentication solution for web applications.
2121
))}
2222
</div>
2323

24-
support for [more frameworks](/reference#roadmap) are on the way...
24+
support for [more frameworks](/reference#integrations) are on the way.
2525

2626
Continue to our guides to see how to use Auth.js for authentication:
2727

docs/docs/reference/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Overview
44

55
This section of the documentation contains the API reference for all the official packages under the `@auth/*` and `@next-auth/*` scopes.
66

7-
## Roadmap
7+
## Integrations
88

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.
1010

1111
| Feature | Status |
1212
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -16,11 +16,12 @@ Here are the _state_ of planned and released packages under the `@auth/*` and `@
1616
| `@next-auth/*-adapter` | Maintenance has stopped. Update to `@auth/*-adapter`. See above. |
1717
| `@auth/core` | Released (experimental). See [docs](/reference/core) |
1818
| `@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) |
2020
| `@auth/express` | Released (experimental). See [docs](/reference/express) |
2121
| `@auth/remix` | Planned. |
2222
| `@auth/astro` | Planned. |
2323
| `@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) |
2425

2526
:::info
2627
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

Comments
 (0)