Balázs Orbán
|
6132c3fa75
|
fix(ts): match TS types better with implementation (#4953)
* refactor(ts): export `AdapterAccount` from `next-auth/adapters`
* chore: run linter, remove prisma warning
* fix(ts): match TS with implementation closer
* remove unused import
* rename error
* add missing dev dependency
* fix type
* fix type
* fix more types and tests
* remove unused `id`
* skip upstash tests in CI
* revert some changes
* fix type
* revert some change
* revert some change
* revert some change
* revert some changes
* update lock file
* revert line change
* revert some change
* improve adapter & oauth typing
* fix test, revert
* apply review suggestion
* Add test for new rejection logics
* Update assert.test.ts
* fix: Hubspot config
* restore some ts-expect-error
* fix: tests in mirko-orm
* fix: remove redundant id: string
* fix: use ts-expect-errors
* fix: simplify provider type
* fix: normalize user options
* restore ts-expect-errors
Co-authored-by: Thang Vu <hi@thvu.dev>
|
2022-10-09 21:54:01 +07:00 |
|
Balázs Orbán
|
e6e03e8842
|
feat(adapters): update Mikro ORM adapter schema
BREAKING CHANGE:
See https://github.com/nextauthjs/next-auth/pull/5316
|
2022-09-25 09:29:17 +02:00 |
|
Jonas Strassel
|
902bf92a85
|
fix(mikro-orm): re-enable tests (#5316)
|
2022-09-21 23:36:23 +07:00 |
|
Balázs Orbán
|
0c0a070d6f
|
refactor(adapters): code clean-up
|
2022-02-20 01:11:21 +01:00 |
|
Jonas Strassel
|
e87d5a61f8
|
feat(adapters): simplify mikro-orm configuration (#4008)
* feat(mikro-orm): simplify mikro-orm configuration
* docs(mikro-orm): clean up the mikro-orm docs
* chore(deps-dev): bump mikro-orm deps
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com>
|
2022-02-19 01:25:45 +01:00 |
|
Nico Domino
|
dc3ad8c408
|
chore: move adapters to monorepo (#3805)
* feat: move adapters repo to new packages dir
* fix: rm docusaurus build dir
* fix: update .gitignore
* fix: reorganise package directories
* remove package lock files
* fix: folder rename
* remove package lock file
* fix: jest config paths
* update yarn.lock
* ignore dynamodb local bin
* fix: gitignore
* fix: update adapter-test
* change adapter-test package json
* rename prisma adapter package name
* fix paths
* update gitignore
* run tests with one concurrency
* fix: merge conflicts
* gitignore dist folders
* fix: add jest.config.js to tsconfig ignore
* fix: yarn.lock
* fix: ignore pouch in turbo commands
* ignore jest file
* fix: test turbo test cmd
* fix: turbo test cmd
* test: disable mongodb-adapter temporarily
* ignore all dev.db files
* simplify gitignore
* remove unused dependency
* have tsconfig in its own package
* remove unnecessary .gitignore files
* move jest config to preset
* add ts expect error comment
* chore: update .gitignore
* remove babelrc
* don't depend on build for testing in turbo
* fix: cleanup testing npm scripts
* fix: remove jest-config roots
* fix: add fauna jest preset
* fix: rm dev.db from prisma mirgation
* fix prisma
* remove nohoist
Co-authored-by: Balázs Orbán <info@balazsorban.com>
|
2022-02-04 22:40:32 +01:00 |
|