Balázs Orbán
c2601430fa
fix: remove action from bad request response
2022-03-15 22:39:25 +01:00
Deepak Prabhakara
001354eaa8
feat(providers): add BoxyHQ SAML provider ( #3782 )
...
* added saml-jackson provider
* incorporated code review changes
* fixed SAMLJacksonProfile type
* trying to adjust code for monorepo
* cleanup from merge with main
* updated docs link
* added example
* consistent naming
* Incorporated code review changes:
- env var default values moved to env.local.example
- consistent naming and use of id
* email is guaranteed to be present
2022-03-05 23:52:55 +01:00
Thang Vu
755904d5ae
chore: add WorkOS to readme.md ( #4091 )
2022-03-01 14:45:20 +01:00
Novezeil
04383aee9b
docs: fix providers overview page link in readme.md ( #4079 )
2022-02-28 00:51:05 +01:00
Balázs Orbán
9a86bd38cf
chore: disable coverage, fix dynamodb jest config
2022-02-28 00:50:42 +01:00
Balázs Orbán
2a36da8278
chore: enforce build before publish
2022-02-28 00:13:06 +01:00
ANTARES
0a267d9a72
fix(ts): SignInAuthorisationParams -> SignInAuthorizationParams ( #4072 )
2022-02-25 23:56:10 +01:00
Balázs Orbán
163149b424
fix(providers): fix BattleNet
2022-02-23 00:40:56 +01:00
Balázs Orbán
4234742d90
fix(providers): issuer instead of region
2022-02-23 00:30:22 +01:00
Karl Stoney
75cb175259
fix: Switch BattleNet to OIDC ( #4015 )
...
* Fixes: https://github.com/nextauthjs/next-auth/issues/4013
* Update packages/next-auth/src/providers/battlenet.ts
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update packages/next-auth/src/providers/battlenet.ts
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update packages/next-auth/src/providers/battlenet.ts
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Apply suggestions from code review
* Update battlenet.ts
* Update battlenet.ts
* Update battlenet.ts
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-23 00:20:31 +01:00
Balázs Orbán
45861548c2
chore: tweak Turbo
2022-02-21 01:40:13 +01:00
Thang Vu
3f528b03ff
chore: exclude tests from release artifact ( #4011 )
...
* chore: exclude tests from release artifact
Update base.json
* Symlink readme
2022-02-19 17:00:08 +01:00
Balázs Orbán
fb8874d6d8
fix: only warn when using Twitter + OAuth 2.0 ( #4003 )
2022-02-19 00:39:35 +01:00
Thang Vu
692fafeafb
chore: separate build commands for core and app ( #3845 )
...
* chore: separate build commands for core and app
* Move emitDeclarationOnly to next-auth
* Update release.yml
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-19 00:38:59 +01:00
dependabot[bot]
b6bf2366e2
chore(deps): bump next from 12.0.9 to 12.1.0 ( #4005 )
...
Bumps [next](https://github.com/vercel/next.js ) from 12.0.9 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v12.0.9...v12.1.0 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 06:21:11 +01:00
Balázs Orbán
caa9a17fc8
fix(providers): refactor WorkOS to work in v4 ( #3886 )
...
* refactor(dev): moved dev app
* chore(dev): fix dev app
* fix(providers): WorkOS to TS, use `client_secret_post`
* chore: decrease test concurrency
* chore: remove org
* chore: run tests sequentially
* feat(providers): use `picture` in WorkOS if available
2022-02-13 17:56:01 +01:00
Balázs Orbán
2e371053c2
chore: add release script ( #3891 )
...
* chore: fix `next-auth` version in `package.json`
* chore: add WIP publish script
* chore: fix comments, add TODOs
* chore: set newer TS target
* chore: extract release config
* chore: WIP work on publish script
* chore: finish up release script
* chore: do not push unless not dryRun
* chore: add debug env var, return early if no package to update
* chore: remove unnecessary comment
* chore: remove changeset and unused dependencies
* chore: drop `semantic-release`
* chore: remove `jsonfile` dependency
* chore: address code review
* fix: list other commits in changelog when releasing
* chore: fix env variable references
* chore: fetch with tags and commit history
* chore: fix analyze code
* chore: fix utils script
* chore: better changelog formatting
* chore: fix package path
* chore: fix some remaining stuff
* chore: remove DEBUG flag
2022-02-13 17:36:15 +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
Balázs Orbán
3fe7a64e7a
chore: monorepo 1 ( #3804 )
...
* fix labeler
* try fixing test runs in GitHub Actions
* pass flags to test command
* test version pr
* move versoin-pr action
* remove --dry-run flag
* re-enable testing, re-add semantic release for now
* add docs
* use `yarn.lock` and different docs port
* simplify dev app config
* fix coverage report
* fix provider source links
* fix more links
2022-02-04 16:01:26 +01:00
Thang Vu
a72f1b6d21
chore: Convert to monorepo ( #3788 )
...
* chore: convert to monorepo
* Remove eslint, typescript, semantic-release
* Add yarn.lock
* Add turbo
* Run test command
* Move to src
* Add a seperate tsconfig file
* Update .gitignore
* Update commands to yarn
* Replace semantic-release with changesets
* Update changesets usage
* Fix commands: dev, setup, clean
* Add back changes from main
* Fixed HMR
* Update .gitignore
2022-02-04 13:40:04 +01:00