GitHub Actions
|
4f3241f8dd
|
chore(release): bump package version(s) [skip ci]
|
2023-09-04 23:02:35 +00:00 |
|
Jason
|
65043ba471
|
fix: return Session from deleteSession() (#8484)
Co-authored-by: Balázs Orbán <info@balazsorban.com>
|
2023-09-04 16:17:48 +02:00 |
|
Thang Vu
|
f1eb45f3c1
|
docs: Add callbacks example for Credential Provider
|
2023-09-02 09:40:31 +07:00 |
|
jonek
|
f621627914
|
fix(sveltekit): support custom base path properly (#8231)
* fix(sveltekit): support custom base path
* update server
---------
Co-authored-by: Thang Vu <hi@thvu.dev>
|
2023-09-02 00:03:22 +07:00 |
|
dependabot[bot]
|
2b6ad02bba
|
chore(deps-dev): bump mongodb from 4.7.0 to 4.17.0 (#8461)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.7.0 to 4.17.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.0/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.7.0...v4.17.0)
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-01 13:14:49 +01:00 |
|
GitHub Actions
|
1a23e41bca
|
chore(release): bump package version(s) [skip ci]
|
2023-09-01 12:13:47 +00:00 |
|
Balázs Orbán
|
f53c16a454
|
chore: fix supabase tests
|
2023-09-01 13:53:18 +02:00 |
|
Rexford Essilfie
|
2707f9ebfe
|
docs: fix failing docs build (#8463)
chore: lint azure-devops provider
|
2023-08-31 14:35:40 +01:00 |
|
Evgenii Perminov
|
35977bf132
|
fix(providers): Update type oidc for Linkedin (#8345)
* linked in provider options and profile update
* interface update
* removed unchecked property access
* unncessary async
* revert changes to v4
* fallback to default properties
* Update packages/core/src/providers/linkedin.ts
---------
Co-authored-by: Thang Vu <hi@thvu.dev>
|
2023-08-29 11:31:18 +07:00 |
|
Pavel Fomchenkov
|
578ff21d7e
|
feat(providers): add Azure DevOps provider (#4698)
|
2023-08-27 20:50:59 +07:00 |
|
Balázs Orbán
|
2ed407d6a5
|
fix: allow Prisma v5 as peer dependency
|
2023-08-25 11:32:38 +02:00 |
|
Balázs Orbán
|
e743340612
|
chore: suppress TS warning in sveltekit
|
2023-08-25 11:26:20 +02:00 |
|
Balázs Orbán
|
5140857256
|
chore: fix deps, upgrade docs dependencies
|
2023-08-25 11:21:55 +02:00 |
|
Balázs Orbán
|
9c6f81308c
|
chore: bump pnpm and typescript
|
2023-08-24 20:31:33 +02:00 |
|
Balázs Orbán
|
07599ba41d
|
Merge branch 'main' of github.com:nextauthjs/next-auth
|
2023-08-24 11:20:49 +02:00 |
|
Balázs Orbán
|
5dfec49ee8
|
chore: rename @next-auth/* packages to @auth/*
|
2023-08-24 11:18:04 +02:00 |
|
brunsten
|
b20182c5fe
|
fix: handle trailing slash when parsing the url (#8383)
Co-authored-by: Marcus Brunsten <bruno@Marcuss-MacBook-Rd.local>
|
2023-08-22 15:59:52 +02:00 |
|
GitHub Actions
|
99035b98f9
|
chore(release): bump package version(s) [skip ci]
|
2023-08-18 08:13:39 +00:00 |
|
Balázs Orbán
|
fabb0525d1
|
fix(adapters): use built-in is() to identify db type (#8342)
* fix(adapters): use built-in `is()` to identify db type
* remove unused .then
* fix imports
|
2023-08-18 09:11:33 +01:00 |
|
GitHub Actions
|
28e4328704
|
chore(release): bump package version(s) [skip ci]
|
2023-08-14 14:46:10 +00:00 |
|
Balázs Orbán
|
7ff4d9d280
|
feat: allow raw response for lib authors
|
2023-08-14 16:39:11 +02:00 |
|
GitHub Actions
|
c53435af8a
|
chore(release): bump package version(s) [skip ci]
|
2023-08-12 09:41:43 +00:00 |
|
Balázs Orbán
|
f29a1f2778
|
fix(release): include lib in package
Related issue #8299
|
2023-08-12 11:38:01 +02:00 |
|
GitHub Actions
|
645d003d49
|
chore(release): bump package version(s) [skip ci]
|
2023-08-11 11:31:12 +00:00 |
|
Balázs Orbán
|
3f296615c5
|
fix(providers): docs typo
|
2023-08-11 13:27:33 +02:00 |
|
GitHub Actions
|
a7842077ec
|
chore(release): bump package version(s) [skip ci]
|
2023-08-11 11:26:36 +00:00 |
|
Balázs Orbán
|
b2e5b9f6a8
|
feat(providers): add Passage by 1Password (#8295)
|
2023-08-11 12:23:27 +01:00 |
|
GitHub Actions
|
0681531627
|
chore(release): bump package version(s) [skip ci]
|
2023-08-11 10:29:05 +00:00 |
|
Balázs Orbán
|
ea81c467e9
|
fix(ts): compatibility with next-auth v4 types (#8294)
* fix(ts): compatibility with `next-auth` v4
* revert
* stricter types
|
2023-08-11 11:26:03 +01:00 |
|
GitHub Actions
|
bf2835d38f
|
chore(release): bump package version(s) [skip ci]
|
2023-08-11 08:26:58 +00:00 |
|
Simon Sardorf
|
89d230666b
|
feat(adapters): standardize default table names to be singular (#8282)
standardize all table names in drizzle adapter to be singular
|
2023-08-10 12:18:21 +01:00 |
|
Jonathan Edenström
|
f86e56f78a
|
fix: sort cookie chunks correctly (#8278)
* fix: sort cookie chunks correctly
* chore: remove v4 next-auth change
|
2023-08-10 12:18:00 +01:00 |
|
GitHub Actions
|
c5c8a81462
|
chore(release): bump package version(s) [skip ci]
|
2023-08-09 09:39:28 +00:00 |
|
Balázs Orbán
|
61d30f3dcd
|
fix(docs): correct broken link
|
2023-08-09 11:33:17 +02:00 |
|
Balázs Orbán
|
a9180a752b
|
fix(docs): correct broken links
|
2023-08-09 11:33:08 +02:00 |
|
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 |
|