Balázs Orbán
e8ddbc5c11
fix(build): export aliases from client ( #1909 )
v3.19.5
2021-05-02 12:11:11 +02:00
Ernie Miranda
dfe4620056
docs(www): fix minor typo. ( #1902 )
...
Co-authored-by: Lluis Agusti <hi@llu.lu >
2021-05-01 11:09:01 +02:00
leeoocca
848224e2c5
fix(ts): optional variables for custom provider options ( #1876 )
...
Contains the following squashed commits:
* fix optional variables for custom provider options
* revert some types for custom provider
* docs: client secret required in provider options
* Revert "docs: client secret required in provider options"
v3.19.4
2021-05-01 10:46:04 +02:00
dependabot[bot]
aee376cc57
chore(deps): bump ssri from 6.0.1 to 6.0.2 in /www ( #1901 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 21:17:23 +02:00
Amir Ali
0d2a81cd39
docs(www): syntax error on JWT_SESSION_ERROR code example ( #1899 )
2021-04-30 16:51:02 +02:00
Balázs Orbán
61e99c9489
fix(ts): wrap adapter option in ReturnType ( #1887 )
...
* fix(ts): wrap adapter option in ReturnType
* test(ts): fix adapter tests
v3.19.3
2021-04-29 19:43:34 +02:00
Balázs Orbán
0eb4159737
fix(ts): fix updateSession return type
v3.19.2
2021-04-28 22:23:13 +02:00
Balázs Orbán
9f0008375f
fix(ts): fix createVerificationRequest type ( #1877 )
v3.19.1
2021-04-28 22:16:09 +02:00
leeoocca
0cf1823e70
docs: fix typos in custom provider page ( #1875 )
...
* fix typo on custom provider options table
* fix typo in custom provider code example
2021-04-28 20:49:27 +02:00
Mohamed Ouyizme
7f39669053
feat(provider): add 42 School provider ( #1872 )
...
* feat(provider): add 42 School provider
* fix(docs): fix provider import
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* fix(provider): change provider id
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* fix(provider): change provider id
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
v3.19.0
2021-04-28 19:10:05 +02:00
Balázs Orbán
7b82d6e985
fix(ts): typo in Adapter interface
v3.18.2
2021-04-28 11:59:34 +02:00
Balázs Orbán
53b0a7aa74
fix(ts): improve adapter TypeScript support ( #1870 )
...
* fix(ts): clean up adapter interfaces
* fix(ts): add accessTokenExpires to TokenSet
* docs(adapter): do not recommend getUserByCredentials
* fix(ts): make whole EmailConfig required in AdapterInstance
* fix(ts): fix tests
* refactor(ts): remove legacy adapter types
Co-authored-by: Lluis Agusti <hi@llu.lu >
v3.18.1
2021-04-28 11:20:03 +02:00
Lluis Agusti
fbb09303af
docs(website): fix layout on small screens ( #1869 )
2021-04-27 19:30:01 +02:00
Balázs Orbán
ff05ac1e41
feat(adapter): split out adapters ( #1862 )
...
* refactor(adapter): remove example adapter
* chore(deps): add legacy adapter dependencies
* refactor(adapter): reference legacy adapters
* chore(deps): upgrade legacy adapters
* test(adapter): remove duplicate tests
* test: remove disfunctional tests
* chore: remove accidentally pushed file
* chore: revert unnecessary file changes
v3.18.0
2021-04-27 10:01:11 +02:00
Lluis Agusti
a6f6c1590d
chore(github): fix typos on issue templates ( #1858 )
...
* chore(github): fix typos on issue templates...
* chore(github): use statements rather than comments
on the PR template
* chore(github): Typescript -> TypeScript
* chore(github): add links to Codesanbox on issue templates
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2021-04-26 16:02:37 +02:00
Lluis Agusti
52c2466b9e
chore(github): update PR/issue templates ( #1829 )
...
Contains the following squashed commits:
* chore(github): update PR template
* chore(github): refine PR template again
* chore(github): improve issue templates
* chore(github): fix typos on issue templates
* chore(github): improve "affected issues" section on PR template
* chore(github): link question bug report template
* chore(github): fix typo on issue template
* chore(github): add TypeScript issue template
2021-04-26 11:58:32 +02:00
Ashutosh Kumar
fb04ab4e76
fix(ts): make GetSessionOptions optional ( #1851 )
v3.17.2
2021-04-25 15:39:19 +02:00
Ashutosh Kumar
07e2a83ccb
fix(ts): make ctxOrReq optional in getCsrfToken() ( #1850 )
v3.17.1
2021-04-25 14:10:21 +02:00
Balázs Orbán
b6a3a72db4
Merge branch 'main' into next
v4.0.0-next.6
2021-04-24 23:20:41 +02:00
Balázs Orbán
065d9eb310
chore(release): do not mark released PRs/issues ( #1845 )
2021-04-24 23:17:24 +02:00
Thanayut T
5da19f3c9a
feat(provider): add WordPress.com provider ( #1837 )
v3.17.0
2021-04-24 10:48:44 +02:00
Balázs Orbán
88ec3bad71
chore: move files from root
2021-04-24 00:44:08 +02:00
Lluis Agusti
5ab7868533
chore(ci): remove Node 10 and add Node 16 ( #1830 )
...
* chore(github): add CODEOWNERS
* chore(ci): remove Node 10 and add Node 16
2021-04-24 00:20:50 +02:00
Lluis Agusti
835dda0899
chore(github): add CODEOWNERS ( #1827 )
2021-04-24 00:17:19 +02:00
Balázs Orbán
edcb10a823
Merge branch 'main' into next
v4.0.0-next.5
2021-04-23 15:43:20 +02:00
Balázs Orbán
2acabe19e0
Merge main into next
2021-04-23 15:28:26 +02:00
Wilkins Fernandez
ad4709764a
docs: update import for providers ( #1823 )
...
Updates the names export from `providers` to `getProviders`.
2021-04-23 14:58:53 +02:00
Michał Bundyra
55a2932973
fix(ts): add Mailchimp provider ( #1821 )
v3.16.1
2021-04-23 13:11:13 +02:00
Michał Bundyra
49cb7e5bd7
feat(provider): add Mailchimp provider ( #1781 )
v3.16.0
2021-04-23 12:15:25 +02:00
Balázs Orbán
b95182ded7
fix(ts): expose errors type delcarations ( #1817 )
v3.15.13
2021-04-22 23:45:23 +02:00
Balázs Orbán
be28672fd4
fix(errors): expose custom errors ( #1816 )
...
* chore(deps): add class-properties babel plugin
* feat(errors): expand list of custom error classes
* build(errors): expose errors as a submodule
v3.15.12
2021-04-22 23:28:38 +02:00
Balázs Orbán
e26c5fc905
fix(ts): adjust AppOptions ( #1815 )
v3.15.11
2021-04-22 23:04:27 +02:00
Balázs Orbán
543f812eb3
fix(build): export functions in jwt ( #1814 )
v3.15.10
2021-04-22 19:28:17 +02:00
Joël Galeran
0c9f9777c5
docs(adapter): Remove --preview-feature flag ( #1807 )
...
* Remove --preview-feature flag
* Update [...nextauth].js
2021-04-22 18:11:30 +02:00
Balázs Orbán
34f334a71d
fix(ts): make Profile/User interfaces overridable ( #1801 )
...
* fix(ts): create DefaultUser interface
* fix(ts): fix TypeORMUserModel
* fix(ts): create DefaultProfile
v3.15.9
2021-04-22 01:04:23 +02:00
Balázs Orbán
172ad02f8c
fix(ts): move AppProvider out of internals ( #1800 )
...
* fix(ts): move AppProvider out of internals
* fix(ts): fix import paths
v3.15.8
2021-04-21 23:09:42 +02:00
Balázs Orbán
eed0001524
fix(ts): adjust properties on default interfaces ( #1794 )
...
* fix(ts): adjust properties on default interfaces
* fix(ts): make expires also optional
* fix(ts): don't require default session/jwt fields
* fix(ts): make all default fields optional
v3.15.7
2021-04-21 17:17:38 +02:00
Gabrijel Gavranović
a2705fb5b9
fix(client): export getCsrfToken directly to support Webpack 5
...
Fixes `Attempted import error: 'getCsrfToken' is not exported from 'next-auth/client' (imported as 'getCsrfToken’).`-error.
v3.15.6
2021-04-21 17:14:12 +02:00
Balázs Orbán
cb1e5a7174
docs(dev): add readme to dev app
2021-04-21 00:00:57 +02:00
Balázs Orbán
8cba5d06b5
build(provider): filter index.js to be more forgiving
2021-04-20 23:17:18 +02:00
Balázs Orbán
c52ce57296
fix: add skypack recommended fields ( #1791 )
v3.15.5
2021-04-20 22:40:12 +02:00
Balázs Orbán
4dae822806
chore: move dev app into its own folder ( #1753 )
...
* chore: move dev app to its own folder
* docs: update CONTRIBUTING.md
* docs: fix typos in CONTRIBUTING
* chore: gitignore dev app lock files
* chore: move release config into package.json
2021-04-20 22:25:51 +02:00
Lluis Agusti
901f6fb189
docs: mention TS example repo on the website ( #1786 )
...
* docs(www): mention TS example repo
* Update www/docs/getting-started/typescript.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2021-04-20 21:40:06 +02:00
Balázs Orbán
bb2237d0f9
fix(build): remove unnecessary build before release
v3.15.4
2021-04-20 21:35:10 +02:00
Balázs Orbán
fab7ce8f94
fix(build): trigger re-release
v3.15.3
2021-04-20 21:33:01 +02:00
Balázs Orbán
2becdad990
fix(logger): attempt at fixing infinite loop ( #1789 )
v3.15.2
2021-04-20 21:22:20 +02:00
Pop Stefan
e3c2c7756d
docs: add Class components tutorial ( #1784 )
2021-04-20 17:34:05 +02:00
Balázs Orbán
718f2537cb
build(provider): auto-generate Providers submodule ( #1782 )
2021-04-20 17:33:24 +02:00
dogomedia-github
ae26df091d
fix(provider): add sub to defaultJwtPayload for credentials provider. ( #1725 )
...
Co-authored-by: Joseph Chen <jchen@dogomedia.com >
v3.15.1
2021-04-20 12:59:48 +02:00
dependabot[bot]
1cbf73b2f6
chore(deps): bump jose from 1.27.2 to 1.28.1 ( #1772 )
...
Bumps [jose](https://github.com/panva/jose ) from 1.27.2 to 1.28.1.
- [Release notes](https://github.com/panva/jose/releases )
- [Changelog](https://github.com/panva/jose/blob/v1.28.1/CHANGELOG.md )
- [Commits](https://github.com/panva/jose/compare/v1.27.2...v1.28.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-20 12:56:07 +02:00