Balázs Orbán
|
fe2c3dc6bf
|
docs: fix links, references, grammar
|
2023-08-12 12:23:17 +02:00 |
|
GitHub Actions
|
c53435af8a
|
chore(release): bump package version(s) [skip ci]
@auth/drizzle-adapter@0.3.1
|
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 |
|
Balázs Orbán
|
a4c3270307
|
chore(turbo): include lib in cache outputs
Closes #8299
|
2023-08-12 11:35:44 +02:00 |
|
GitHub Actions
|
645d003d49
|
chore(release): bump package version(s) [skip ci]
@auth/core@0.11.1
|
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]
@auth/core@0.11.0
|
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]
@auth/core@0.10.4
|
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]
@auth/drizzle-adapter@0.3.0
@auth/core@0.10.3
|
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 |
|
Balázs Orbán
|
fe20b943ae
|
docs: Update README.md
|
2023-08-10 00:57:02 +02:00 |
|
Balázs Orbán
|
4678c4d4fc
|
docs: Update README.md
|
2023-08-10 00:56:24 +02:00 |
|
Balázs Orbán
|
3eb3f8f107
|
docs: typo
|
2023-08-09 23:15:35 +02:00 |
|
Balázs Orbán
|
7fd03f38e3
|
docs: remove heading from README.md
|
2023-08-09 23:14:53 +02:00 |
|
Balázs Orbán
|
ae44b72765
|
Merge branch 'main' of github.com:nextauthjs/next-auth
|
2023-08-09 23:08:13 +02:00 |
|
Balázs Orbán
|
a996ab57e8
|
🤖 lazy commit
|
2023-08-09 23:07:28 +02:00 |
|
Thang Vu
|
ebdeaf740d
|
chore: move Turbo env vars to top level
|
2023-08-09 19:07:01 +07:00 |
|
GitHub Actions
|
c5c8a81462
|
chore(release): bump package version(s) [skip ci]
@auth/kysely-adapter@0.1.1
@auth/core@0.10.2
|
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 |
|
Balázs Orbán
|
6c4180146e
|
chore(docs): add @auth/solid-start to turbo cache
|
2023-08-09 11:28:37 +02:00 |
|
Balázs Orbán
|
ec6c4ea2be
|
docs: fix redirects
|
2023-08-09 11:20:10 +02:00 |
|
Balázs Orbán
|
3dfc86334e
|
docs: fix redirects
|
2023-08-09 11:13:36 +02:00 |
|
Balázs Orbán
|
01d6019638
|
docs: fix redirects
|
2023-08-09 11:07:20 +02:00 |
|
GitHub Actions
|
4730429a9f
|
chore(release): bump package version(s) [skip ci]
@auth/drizzle-adapter@0.2.1
|
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 |
|
Balázs Orbán
|
96ade948ef
|
chore(docs): fix redirect
|
2023-08-09 01:08:58 +02:00 |
|
GitHub Actions
|
550507b2d1
|
chore(release): bump package version(s) [skip ci]
@auth/kysely-adapter@0.1.0
@auth/drizzle-adapter@0.2.0
|
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
|
3c65e264af
|
chore: add drizzle to issue labeler
|
2023-08-09 00:44:54 +02:00 |
|
Balázs Orbán
|
28d8d4894d
|
chore: add drizzle to turbo
|
2023-08-09 00:43:49 +02: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]
@auth/core@0.10.1
@auth/drizzle-adapter@0.1.0
|
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 |
|
Balázs Orbán
|
363440e515
|
chore: disable debug logs
|
2023-08-08 14:32:11 +02:00 |
|
Thang Vu
|
60c5037ee1
|
chore: remove summarize turbo
|
2023-08-04 12:39:04 +07:00 |
|
Thang Vu
|
97394baed1
|
chore: change to vars for TURBO_TEAM
|
2023-08-04 12:02:43 +07:00 |
|
Thang Vu
|
f94abb8f70
|
chore: add -vvv for turbo
|
2023-08-04 11:42:00 +07:00 |
|
titanism
|
bbfc11e74c
|
docs: updated nodemailer email example (#8210)
|
2023-08-03 16:14:39 +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 |
|
Jabed
|
96d666465f
|
docs: fixed the typescript error in nextjs example (#8224)
|
2023-08-03 15:58:37 +02:00 |
|
Danny Zhang
|
ecbf0be22e
|
docs: correct broken CONTRIBUTING.md link in apps/dev/nextjs-v4 (#8163)
|
2023-07-31 11:23:32 +02:00 |
|
hamzah syed
|
87ec13bd00
|
docs: Fixed broken link (#8172)
|
2023-07-31 11:23:10 +02:00 |
|
Steven Yung
|
c0f9af4c56
|
docs: fix GitHub star counter position (#8143)
|
2023-07-26 15:04:12 +02:00 |
|
Balázs Orbán
|
c7b36f45a3
|
docs: update nodemailer link
Fixes #8141
|
2023-07-26 14:57:22 +02:00 |
|