GitHub Actions
4730429a9f
chore(release): bump package version(s) [skip ci]
2023-08-09 09:05:20 +00:00
Adam James
a49236ef62
fix(ts): corrected sqlite condition ( #8269 )
2023-08-09 10:59:08 +02:00
GitHub Actions
550507b2d1
chore(release): bump package version(s) [skip ci]
2023-08-08 23:07:59 +00:00
Mark
1eddcf643c
feat(adapters): add Kysely adapter ( #5464 )
...
* feat: kysely-adapter with PostgreSQL and MySQL support
* feat: kysely-adapter with SQLite support
* docs: add docs for kysely-adapter
* chore: cleanup
* chore: update adapter lists
* chore: update column types
* chore: remove pgcrypto install
* chore: add indexes
* chore: Object.assign and cleanup
* feat: add AuthedKysely wrapper
* docs: add Naming Conventions section
* chore: add coerceReturnData to reduce repitition
* chore: add coerceInputData to reduce repitition
* chore: move AuthedKysely export to end
* chore: cleanup
* docs: remove unused import
* feat: add support for using AuthedKysely with generated types from kysely-codegen
* docs: formatting
* chore: CodeGen --> Codegen
* docs: wording update, ts
Co-authored-by: Julius Marminge <julius0216@outlook.com >
* chore: use latest kysely version, update model
* docs: move content to source code
* chore: update deps
* chore: update logo location, add link in overview
* chore: bump kysely version
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com >
* chore: update docs
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com >
* chore: update docs with links to new Kysely docs
Co-authored-by: Jie Peng <dean.leehom@gmail.com >
* feat: emailVerified shouldn't have a default
Co-authored-by: Lars Graubner <lgraubner@users.noreply.github.com >
* simplify, update code
* add README.md
* clean up docs
* fix adapter name
* add to turbo
* fix test
* revert some changes
* test fixes
---------
Co-authored-by: Julius Marminge <julius0216@outlook.com >
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com >
Co-authored-by: Jie Peng <dean.leehom@gmail.com >
Co-authored-by: Lars Graubner <lgraubner@users.noreply.github.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-08-09 00:01:59 +01:00
Julius Marminge
17d71a04d6
feat(adapters): support multi-project schema ( #8266 )
...
* feat: multi-project schema support
Ref: https://orm.drizzle.team/docs/goodies#multi-project-schema
* Update index.ts
* Update index.ts
* doc
* tests
---------
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-08-08 23:59:50 +01:00
Balázs Orbán
c6b98a8f08
chore: gitignore generated .npmrc files
2023-08-09 00:03:10 +02:00
Balázs Orbán
d042f933c6
fix(docs): update logo URL
2023-08-09 00:01:44 +02:00
GitHub Actions
3a85de2c5f
chore(release): bump package version(s) [skip ci]
2023-08-08 17:38:45 +00:00
Balázs Orbán
d47b56743e
feat(adapters): Drizzle adapter ( #8258 )
...
Co-authored-by: Anthony Shew <anthonyshew@gmail.com >
2023-08-08 19:34:17 +02:00
dependabot[bot]
2a70514df1
chore(deps-dev): bump vite from 4.0.1 to 4.0.5 ( #8225 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 16:11:30 +02:00
Thang Vu
39fbccb783
fix: follow up allow EndpointRequest to return void type
2023-07-23 14:10:46 +07:00
Junseo
f207e94146
fix(ts): allow EndpointRequest to return void type ( #8112 )
...
* fix: fix: enable EndpointRequest type to return void type
* Update packages/next-auth/src/providers/oauth.ts
* Update packages/core/src/providers/oauth.ts
---------
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-07-22 23:05:29 +07:00
GitHub Actions
e459d2d7e2
chore(release): bump package version(s) [skip ci]
2023-07-18 14:40:11 +00:00
Thang Vu
db1fd9007c
fix(ts): types in sveltekit
2023-07-18 21:29:04 +07:00
Thang Vu
0439fc5fc6
feat(providers): add request param to sendVerificationRequest ( #8071 )
...
Co-authored-by: Corey Jepperson <11298888+acoreyj@users.noreply.github.com >
2023-07-18 15:39:11 +02:00
Benjamin Tamasi
d0dd2ababc
fix(sveltekit): prefix for getSession url ( #6478 )
...
* [SvelteKit] fix getSession url
remove `/api` prefix from getSession function.
* Update packages/frameworks-sveltekit/src/lib/index.ts
---------
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-07-16 21:01:25 +07:00
Thang Vu
ba58d48dba
fix(providers): add authorization params for AzureAD ( #8047 )
...
https: //github.com/nextauthjs/next-auth/pull/5668
Co-authored-by: Andres Jose Sebastian Rincon Gonzalez <2531975+stianrincon@users.noreply.github.com >
2023-07-15 22:01:24 +07:00
Thang Vu
a8d76ed440
fix(ts): require id for updateUser param ( #8044 )
...
https: //github.com/nextauthjs/next-auth/pull/5431
Co-authored-by: Yuri Sulyma <453486+ysulyma@users.noreply.github.com >
2023-07-15 17:18:15 +07:00
Thang Vu
3d7b8720db
chore(docs): OIDC example for BoxyHQ ( #8032 )
...
chore(docs): OIDC example for BoxyHQ
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com >
2023-07-13 23:43:10 +07:00
Francis Gulotta
1e886b97bc
fix(EmailProvider): proper required fields and allow all nodemailer types ( #8016 )
2023-07-11 18:01:47 +02:00
Tal Aharoni
ecb14ccecd
fix: correct Descope provider config ( #8003 )
2023-07-11 12:51:32 +02:00
GitHub Actions
8cee24d4ab
chore(release): bump package version(s) [skip ci]
2023-07-10 19:40:53 +00:00
Balázs Orbán
0189a197be
chore: fix syntax in package.json
2023-07-10 21:29:38 +02:00
Balázs Orbán
c44bf75c65
fix: add svelte as peer dependency
...
Fixes #8004
2023-07-10 21:27:16 +02:00
GitHub Actions
cf13b6c7e3
chore(release): bump package version(s) [skip ci]
2023-07-10 16:21:19 +00:00
Dahoom152
dc1a79e547
fix: drop svelte as peer dependency ( #7989 )
...
* optionally bumped to svelte 4.0
* removed redundancy
* Update package.json
* Update package.json
---------
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-07-10 18:10:29 +02:00
arjun
78964c115b
fix(adapters): add missing .js file extension ( #7971 )
...
Add missing .js file extension
2023-07-07 17:05:07 +02:00
Gwenaël Gallon
a79774f6e8
fix(docs): fix catch-all route path ( #7925 )
2023-07-01 01:36:23 +02:00
Fatih Solhan
f779f05906
docs: remove extra 'if' in comment ( #7914 )
2023-06-30 21:00:28 +02:00
GitHub Actions
3245c02eac
chore(release): bump package version(s) [skip ci]
2023-06-27 15:22:02 +00:00
Doron Sharon
a8dfc8ebb1
feat(providers): Add Descope provider ( #7874 )
...
* Add Descope provider
* Add Descope provider
* Remove dark logo, remove wellKnown, and fix user profile syntax
* Change to DESCOPE_SECRET
* Fix env comment
* Fix clientId extracting
* Change to client id
2023-06-26 18:18:58 +02:00
Esteve
1b80a18dd4
fix(adapters): Add .js file extension to relative imports ( #7856 )
...
Add .js file extension to relative imports
2023-06-24 10:21:50 +02:00
GitHub Actions
50a88bb878
chore(release): bump package version(s) [skip ci]
2023-06-22 12:50:36 +00:00
Balázs Orbán
a359a562ce
fix: correctly assert protocol
2023-06-22 14:27:44 +02:00
GitHub Actions
7edb9cf53f
chore(release): bump package version(s) [skip ci]
2023-06-21 07:57:50 +00:00
Balázs Orbán
018b086c4f
chore: fix tests
2023-06-21 09:42:46 +02:00
Balázs Orbán
173000a068
fix: add .js extension
...
fixes #7826
2023-06-21 09:14:03 +02:00
Balázs Orbán
8fcd46b0fc
fix(ts): loosen Profile type
2023-06-20 17:15:22 +02:00
GitHub Actions
d5d1313914
chore(release): bump package version(s) [skip ci]
2023-06-14 13:07:32 +00:00
Balázs Orbán
3285d04241
fix(build): use correct tsconfig
2023-06-14 14:51:50 +02:00
Balázs Orbán
fe442522ef
fix(client): remove unused declaration
2023-06-14 14:48:22 +02:00
GitHub Actions
6c9dfff45f
chore(release): bump package version(s) [skip ci]
2023-06-14 12:47:31 +00:00
Balázs Orbán
ef50916ec2
fix(ts): correct user type reference
2023-06-14 14:37:34 +02:00
GitHub Actions
8e771a2993
chore(release): bump package version(s) [skip ci]
2023-06-14 12:22:38 +00:00
Balázs Orbán
06a7149b66
feat: introduce @auth/supabase-adapter ( #7807 )
...
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.
If you are coming from the previous adapter, change your `package.json`:
```diff
- "@next-auth/supabase-adapter": "0.0.0",
+ "@auth/supabase-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only
2023-06-14 13:09:29 +01:00
Balázs Orbán
662e0942cb
feat: introduce @auth/xata-adapter ( #7808 )
...
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.
If you are coming from the previous adapter, change your `package.json`:
```diff
- "@next-auth/xata-adapter": "0.0.0",
+ "@auth/xata-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only
2023-06-14 13:09:14 +01:00
Balázs Orbán
91c71a175b
chore: fix version
2023-06-14 14:08:13 +02:00
Balázs Orbán
3b8c75297b
fix: use correct import
2023-06-14 13:50:30 +02:00
Balázs Orbán
5d06fa5852
feat: introduce @auth/sequelize-adapter ( #7806 )
...
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/sequelize-adapter": "0.0.0",
+ "@auth/sequelize-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only
2023-06-14 12:38:15 +01:00
Balázs Orbán
e7a52077c5
feat: introduce @auth/pouchdb-adapter ( #7805 )
...
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/pouchdb-adapter": "0.0.0",
+ "@auth/pouchdb-adapter": "0.0.0",
```
And run `npm install`, `yarn install` or `pnpm install` respectively.
**Note:** This packages is published as ESM-only
This package assumes that `globalThis.crypto` is available.
In older Node.js versions, you can polyfill by adding:
`globalThis.crypto ??= require("node:crypto").webcrypto`
2023-06-14 12:28:39 +01:00