Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce @auth/fauna-adapter #7802

Merged
merged 2 commits into from
Jun 14, 2023
Merged

feat: introduce @auth/fauna-adapter #7802

merged 2 commits into from
Jun 14, 2023

Conversation

balazsorban44
Copy link
Member

Database adapters are not dependent on Next.js features, so it makes sense to republish them under the @auth/* scope.

This PR is part of a series to convert adapters, using @auth/core for types.

BREAKING CHANGE:
If you are coming from the previous adapter, change your package.json:

-  "@next-auth/fauna-adapter": "0.0.0",
+  "@auth/fauna-adapter": "0.0.0",

And run npm install, yarn install or pnpm install respectively.

Note: This packages is published as ESM-only

Database adapters are not dependent on Next.js features, so it makes sense to republish them under the `@auth/*` scope.

This PR is part of a series to convert adapters, using `@auth/core` for types.

BREAKING CHANGE:
If you are coming from the previous adapter, change your `package.json`:

```diff
-  "@next-auth/fauna-adapter": "0.0.0",
+  "@auth/fauna-adapter": "0.0.0",
```

And run `npm install`, `yarn install` or `pnpm install` respectively.

**Note:** This packages is published as ESM-only
@vercel
Copy link

vercel bot commented Jun 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2023 10:52am
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
auth-docs-nextra ⬜️ Ignored (Inspect) Jun 14, 2023 10:52am
next-auth-docs ⬜️ Ignored (Inspect) Jun 14, 2023 10:52am

@github-actions github-actions bot added adapters Changes related to the core code concerning database adapters fauna @auth/fauna-adapter labels Jun 14, 2023
@socket-security
Copy link

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: @next-auth/fauna-adapter@1.0.4

@balazsorban44 balazsorban44 marked this pull request as ready for review June 14, 2023 10:48
@balazsorban44 balazsorban44 merged commit de4e20c into main Jun 14, 2023
3 of 4 checks passed
@balazsorban44 balazsorban44 deleted the feat/authjs-fauna branch June 14, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters Changes related to the core code concerning database adapters fauna @auth/fauna-adapter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant