Lluis Agusti
6f30b7aeb5
docs(getting-started): explain callback URL ( #4065 )
...
* docs(getting-started): explain callback URL
* docs(getting-started): refer to existing guide
* fix: grammar
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* fix: grammar
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* fix: grammar
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-03-01 03:02:14 +01:00
Pumidol Leelerdsakulvong
d69969894e
docs(providers): fix link on 42 School page ( #4062 )
...
* UPDATE documentation
UPDATE incorrect import
ADD callback uri information
* Update docs/docs/providers/42.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
* Update docs/docs/providers/42.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
* Update docs/docs/providers/42.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
* Apply suggestions from code review
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-03-01 03:01:30 +01:00
DiamondeX
2a4d45c665
docs: Update securing-pages-and-api-routes.md ( #4085 )
...
I'm not sure, but it looks like the `null` should be returned in case of server-side run, that is with `typeof window === "undefined"`
2022-03-01 02:00:07 +01:00
Balázs Orbán
05803ba36c
fix: deduplicate id, return correct updated data ( #4082 )
...
* chore: remove `:wip` suffix from scripts
* fix: deduplicate id, return updated data
* chore: revert change
* refactor: deduplicate `id` in `updateSession`
* chore(deps): upgrade to `mongo@4.4.0`
2022-03-01 01:40:27 +01:00
dependabot[bot]
8dca4c87ab
chore(deps): bump prismjs from 1.26.0 to 1.27.0 ( #4077 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 00:51:19 +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
f1af3ffae7
chore: make upstash tests dependent on env variables
2022-02-28 00:34:54 +01:00
Balázs Orbán
d9bb3ce94b
chore: update Turbo, clean up scopes
2022-02-28 00:29:14 +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
Colin Jones
bc401657a6
fix(ts): make refresh_token nullable ( #4064 )
...
This field is already nullable in the database, so this should only
affect types.
Because the type is being widened, not narrowed, this should also be
fully backwards-compatible, since pre-existing custom entities of type
`string` will be substitutable for the new default type of `string |
null`.
See #4055 for more specifics on the impact.
2022-02-25 03:20:08 +01:00
Maxime VAST
86b7bfdcdc
docs: update auth0 and vercel config documentation ( #4049 )
...
* docs: update auth0 and vercel config documentation
* Update docs/docs/configuration/options.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-24 00:07:32 +01:00
Nico Domino
83a9867cbc
docs: small css update ( #4053 )
2022-02-23 14:42:01 +01:00
Balázs Orbán
1f07ff05d6
docs: fix lint
2022-02-23 00:49:51 +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
Lluis Agusti
3ddfff7808
docs(client): explain basePath on <Provider /> ( #4012 )
...
* docs(client): explain `basePath` on <Provider />
* fix: grammar
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-23 00:24:38 +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
Jonas Strassel
21f410425b
docs: typo thge -> the ( #4046 )
2022-02-23 00:09:36 +01:00
Robert Soriano
3d0c68d9e0
docs: add SvelteKit playground ( #4023 )
...
* docs: add SvelteKit playground
* docs: update readme
* add svelte2tsx for packaging
* remove header component in lib folder
* reexport next-auth functions
* remove as strings
* format svelte files
* update README
* format files
* add hook usage in readme
* Update README.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update README.md
Additional info for sveltekit + nextauth.js experimental project
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update global.d.ts
Remove sample github client id and secret
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update .env.example
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update example route
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* remove .npmrc
* remove pnpm lockfile
* move prettier config to package.json
* reformat files
* Add secret config
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* remove packaging related lines and files
* remove package command
* Update next-auth.ts
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-21 22:34:46 +01:00
Thang Vu
03ba6683c7
chore: Replay cache output for next-auth ( #4025 )
2022-02-21 22:24:19 +01:00
AlexRay
3ec3761634
docs(dgraph): fix syntax error in secure schema auth rule ( #4024 )
2022-02-21 02:03:24 +01:00
Balázs Orbán
e9c1059f3c
chore: ignore docs in turbo build
2022-02-21 01:57:03 +01:00
Balázs Orbán
906b7930e8
chore(docs): fix linting
2022-02-21 01:50:12 +01:00
Balázs Orbán
45861548c2
chore: tweak Turbo
2022-02-21 01:40:13 +01:00
Balázs Orbán
0c0a070d6f
refactor(adapters): code clean-up
2022-02-20 01:11:21 +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
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
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
dependabot[bot]
a9ef2292eb
chore(deps): bump vm2 from 3.9.5 to 3.9.7 ( #3979 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 02:19:04 +01:00
Nico Domino
846a0a0f9d
docs: move database model to mermaid ( #3839 )
...
* chore: move database model to mermaid
* chore: update model details
* chore: update docusaurus dependencies
* chore: add model notes
* chore(docs): fix broken links
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-16 00:12:27 +01:00
Thang Vu
bb37c29218
chore: improve caching dependencies ( #3971 )
2022-02-15 04:02:09 +01:00
Balázs Orbán
cea444b2b9
docs: move database migration under Adapter
2022-02-15 01:07:36 +01:00
Nico Domino
17314b9b2f
docs: add v4 migration script for adapters ( #3874 )
...
* chore: add v4 migration script for adapters
* chore: cleanup
* chore: PR comments
* chore(docs): add mongodb migration example + fix nextauthjs/adapters links
2022-02-15 01:00:38 +01:00
Balázs Orbán
fda6d4ab44
chore: enforce double quotes with Prettier
2022-02-15 00:48:14 +01:00
Balázs Orbán
ff84151a02
chore: description first
2022-02-15 00:18:00 +01:00
Balázs Orbán
02f0335e18
chore: tweaks in contributors docs page
2022-02-15 00:16:22 +01:00
Balázs Orbán
5ec3713f20
chore: update contributors docs page
2022-02-15 00:09:09 +01:00
Balázs Orbán
22d3f707e9
chore: rename issue template, add triage label
2022-02-14 20:11:44 +01:00
Balázs Orbán
2d87da454d
chore: add docs issue template
2022-02-14 20:08:54 +01:00
Balázs Orbán
614d9cc433
chore: tweaks on release script
2022-02-14 03:01:11 +01:00
Balázs Orbán
9aed24fb4b
chore: remove duplicate from issue template dropdown
2022-02-14 02:45:21 +01:00
Balázs Orbán
1c2b573933
chore: pin down repo-file-sync until bug fixed
...
See https://github.com/BetaHuhn/repo-file-sync-action/issues/168
2022-02-14 02:33:50 +01:00
Balázs Orbán
da840e5461
chore: correct package paths, improve dry run
2022-02-14 02:19:12 +01:00
Balázs Orbán
be9555e6cf
chore: force order on issue templates
2022-02-14 01:32:43 +01:00
Balázs Orbán
a18ea2245f
chore: minor fixes on issue templates
2022-02-14 01:31:07 +01:00
Balázs Orbán
39f947365d
chore: improve maintenance ( #3969 )
...
* chore: clean up stalebot config
* chore: introduce issue labeler bot
* chore: clean up PR labeler bot
* chore: clean up bug report process
* chore: add space
* chore: add links to docs in provider/adapter issue templates
* chore: add triage label to feature request issue template
2022-02-14 01:25:50 +01:00