Daniel
fa58143c6b
docs(adapters): Update upstash-redis.md ( #5261 )
...
* Update upstash-redis.md
* Update docs/docs/adapters/upstash-redis.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-09-01 12:03:52 +01:00
Sean McEmerson
26fb89e3c4
docs: fix broken link ( #5263 )
...
Update firebase.md
Fix broken link
2022-09-01 10:44:08 +02:00
Melanie Seltzer
a82cbf5ddf
fix: return null in unstable_getServerSession if there's an error ( #5218 )
...
* fix: return null in unstable_getServerSession if there's an error
* Remove status check and instead check body is not a string
* Combine similar tests
2022-08-31 09:19:14 +07:00
josef
24db833685
docs(svelte): upgrade SvelteKit playground to use latest SvelteKit routes ( #5229 )
...
* feat: migrate routes
* feat: ugrade to latest SvelteKit (443)
2022-08-28 13:32:55 +01:00
Adalberto Prado
c57a810042
docs(nextjs): change typo from js to ts ( #5217 )
2022-08-26 23:47:09 +01:00
Brian Muenzenmeyer
d980fa986b
chore(types): fix typo in comment ( #5207 )
2022-08-23 18:58:50 +02:00
Greg Rickaby
4676352ae0
docs(providers): Enhance Reddit App Instructions ( #5199 )
...
docs(reddit): Enhance App Instructions
Add step-by-step instructions for creating Reddit App. Add screenshot.
2022-08-22 14:50:38 +01:00
rinuya
c8780122b3
docs: typo in "unstable_getServerSession" ( #5191 )
...
fixed a typo
2022-08-22 14:44:56 +01:00
Junichi Sato
3131971e2c
fix: Use consistent error type between doc, logger and error class ( #5046 )
...
* Keep error from being logged twice
The same errors have been logged, firstly before throwing
OAuthCallbackError, later in the catch-clause of it.
This commit removes the former and lets the latter survive,
because logging functionality seems better to reside in the
same neighborhood.
* doc: Merge CALLBACK_OAUTH_ERROR to OAUTH_CALLBACK_ERROR
* doc: This particular error from openid-client comes with SIGNIN_OAUTH_ERROR
* Provide logger with `providerId`
Co-authored-by: Thang Vu <thvu@hey.com >
Co-authored-by: Thang Vu <thvu@hey.com >
2022-08-22 14:46:30 +07:00
heyitsbryanm
448ec1017a
docs(adapters): Adds warning to backup database ( #5160 )
...
prisma migrate deleted mine, hah.
2022-08-16 17:25:29 +01:00
Soumyajit Pathak
0e9404ebc1
docs: clarify cookie policies in FAQ ( #5158 )
...
* fix typo in faq
Added missing “not” in same root different subdomain config section warning text
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-08-16 17:24:50 +01:00
James
d349ae2b1b
Feature/nonce check type ( #4100 )
...
* feat: add nonce check type
* Update types import for nonce-handler.ts
* Update packages/next-auth/src/core/lib/oauth/callback.ts
Co-authored-by: Thang Vu <thvu@hey.com >
* Add further info to debug msg as per PR suggestion
* Cast OauthChecks as OpenIDCallbackChecks
* Update order of imports as per PR suggestion
Co-authored-by: Hamid Adelyar <hamid.adelyar@bjss.com >
Co-authored-by: hamidbjss <98807568+hamidbjss@users.noreply.github.com >
Co-authored-by: Thang Vu <thvu@hey.com >
2022-08-16 17:07:42 +07:00
Thang Vu
32f4d5000e
docs(faq): note default behavior for account linking ( #5113 )
2022-08-13 15:58:10 +07:00
Dragate
7f2dbfc65b
docs: Fix file paths ( #5146 )
...
* Correct auth config path
* Fix some relative paths
2022-08-12 21:36:08 +02:00
Moritz Kneilmann
a03657e615
fix(providers): Add appid param to Azure AD wellKnown URL ( #5138 )
...
This fixes : #5137
Relevent documentation:
> If the application has custom signing keys as a result of using the claims-mapping feature, append an appid query parameter that contains the application ID to get a jwks_uri that points to the signing key information of the application, which should be used for validation.
https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens#validating-the-signature
2022-08-12 14:26:21 +02:00
Youssef Hajjari
3e312d0df1
docs: Typo fix ( #5132 )
2022-08-11 12:02:01 +02:00
Shudhanshu Choudhary
d9167bbffe
docs: Typo fix ( #5114 )
...
* fix typo
* Update docs/docs/configuration/options.md
* fix path for mongodb file
Co-authored-by: Thang Vu <thvu@hey.com >
2022-08-08 21:15:54 +02:00
Shudhanshu Choudhary
526a6c1adc
docs: typo in configuration/options.md ( #5112 )
...
* fix typo
* Update docs/docs/configuration/options.md
Co-authored-by: Thang Vu <thvu@hey.com >
2022-08-07 15:30:37 +07:00
Eng Zer Jun
ad03a4efc1
docs(middleware): fix default value of pages option ( #5091 )
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2022-08-06 10:17:01 +02:00
Lluis Agusti
424af6cbc5
docs(getting-started): reword NextAuth.js + install ( #5081 )
...
* docs: update references to NextAuth
* docs(getting-started): use install snippet
2022-08-04 01:34:09 +02:00
Stephen Gbolagade
a3c6786f78
docs(getting-started): add how to install next-auth ( #5040 )
...
Contains the following squashed commits:
* Added how to install next-auth
* Update docs/docs/getting-started/example.md
* Update docs/docs/getting-started/example.md
* Updated with suggestions in mind
* Update example.md
2022-08-03 12:29:06 +02:00
dependabot[bot]
385037ab33
chore(deps): bump next-auth from 4.9.0 to 4.10.3 in /apps/playground-sveltekit ( #5071 )
...
chore(deps): bump next-auth in /apps/playground-sveltekit
Bumps [next-auth](https://github.com/nextauthjs/next-auth ) from 4.9.0 to 4.10.3.
- [Release notes](https://github.com/nextauthjs/next-auth/releases )
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.9.0...next-auth@v4.10.3 )
---
updated-dependencies:
- dependency-name: next-auth
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-08-03 00:32:42 +02:00
Balázs Orbán
26a03da621
chore(release): bump version [skip ci]
2022-08-01 13:55:08 +02:00
Balázs Orbán
afb1fcdae3
fix(providers): add normalizeIdentifier to EmailProvider
...
* fix(providers): add `normalizeIdentifier` to EmailProvider
* docs: document `normalizeIdentifier`
* fix: allow throwing error from normalizer
* test: add e-mail tests
* chore: log provider id
* test: merge client+config jest configs and add coverage report
* test: show coverage for untested files
* fix: only allow first domain in email. Add tests
* chore: add `coverage` to tsconfig exclude list
* cleanup
* revert
Co-authored-by: Thang Vu <thvu@hey.com >
next-auth@v4.10.3
2022-08-01 13:43:19 +02:00
Gavin Fogel
a21db8950f
fix(ts): fix jsdoc link to documentation ( #5039 )
2022-07-28 06:54:01 +02:00
Daniel González Reina
e8371ab23a
docs(providers): update custom Reddit provider to v4 ( #4985 )
...
* Update custom reddit provider to v4
* Reuse RedditProvider's default options
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-07-26 10:43:45 +02:00
Visor Web Technologies
9cdeb2ce7d
docs: Fixed Typo ( #5025 )
2022-07-26 10:39:33 +02:00
Thang Vu
89829d8a88
chore: fix unstable_getServerSession usages in dev app ( #5017 )
...
chore: fix unstable_getServerSession usages in dev app
2022-07-25 23:08:59 +02:00
Balázs Orbán
aedabc8d3f
fix: avoid redirect on always public paths ( #5000 )
...
* type safe babel config
* avoid auth redirect for `_next`
* force render default error page on user miconfig
* add slash to _next path
* use `.some`
* add docs
* change from localhost
* add favicon to public path
2022-07-24 00:45:56 +02:00
Balázs Orbán
9f2cdad457
docs: add Thang as point of contact
2022-07-22 20:31:19 +02:00
Yoann Fleury
b107ca4946
docs: update path to gitlab provider ( #4997 )
2022-07-22 19:33:03 +02:00
Balázs Orbán
6590993fdc
chore(release): bump package version(s) [skip ci]
@next-auth/pouchdb-adapter@v0.1.4
@next-auth/prisma-adapter@v1.0.4
@next-auth/upstash-redis-adapter@v3.0.1
@next-auth/neo4j-adapter@v1.0.4
@next-auth/mongodb-adapter@v1.0.4
@next-auth/fauna-adapter@v1.0.4
@next-auth/dynamodb-adapter@v1.0.4
@next-auth/dgraph-adapter@v1.0.4
@next-auth/firebase-adapter@v1.0.1
next-auth@v4.10.2
@next-auth/prisma-adapter@1.0.4
2022-07-21 16:35:03 +02:00
Balázs Orbán
0ea96796b2
fix: improve logger ( #4970 )
...
* fix: add debug warning, only show warnings once
* fix: prefer `debug` for details
* remove url
* test: fix tests
* Update docs/docs/errors.md
Co-authored-by: Thang Vu <31528554+ThangHuuVu@users.noreply.github.com >
* Update callback.ts
Co-authored-by: Thang Vu <31528554+ThangHuuVu@users.noreply.github.com >
2022-07-21 16:00:16 +02:00
Misha Kaletsky
8ec940bd6a
docs: highlight archiving of next-auth/react-query ( #4964 )
...
* docs: highlight archiving of next-auth/react-query
project is read-only and author said users should just copy-paste the implementation: https://github.com/nextauthjs/react-query/issues/7#issuecomment-923099050
* Update docs/docs/getting-started/client.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Update docs/docs/getting-started/client.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-07-21 13:59:46 +02:00
Balázs Orbán
e3bcdf83f1
chore: update lock file
2022-07-20 03:18:02 +02:00
Balázs Orbán
4084297334
chore(release): extract release script to its own package
2022-07-20 03:08:03 +02:00
Balázs Orbán
c9827960b1
chore(release): read packages dynamically
2022-07-20 00:36:49 +02:00
Balázs Orbán
946a825865
chore: fix adapters PR auto-labeler
2022-07-19 23:55:03 +02:00
Balázs Orbán
c57d8c997e
fix(adapters): set correct peer dependency version of next-auth ( #4950 )
...
* fix(adapters): set correct peer dependency version of `next-auth`
* fix fauna peer dependency
2022-07-19 23:46:45 +02:00
Balázs Orbán
e2b92bf04f
chore: add newlines to PR comment
2022-07-19 17:45:55 +02:00
Balázs Orbán
8bff050e4e
chore(release): bump version [skip ci]
next-auth@v4.10.1
2022-07-19 17:30:40 +02:00
Thang Vu
1a79a1a612
docs: FAQ framework-agnostic & session sharing ( #4962 )
...
Split a FAQ into two parts:
Before:
- Can I use NextAuth.js with a website that does not use Next.js?
After:
- Can I use NextAuth.js with a framework different than Next.js?
- Can session generated by NextAuth.js be used by another website?
2022-07-19 17:29:54 +02:00
Balázs Orbán
b7065a602f
chore: correct Middleware logic in Next.js example
2022-07-19 17:16:51 +02:00
Balázs Orbán
61b92ec1b6
chore: revert type assertion
2022-07-19 16:57:16 +02:00
Balázs Orbán
282f7ab340
fix(ts): fix Middleware internal type
2022-07-19 16:46:13 +02:00
Balázs Orbán
4f56e414b0
chore: simplify dev app
2022-07-19 16:42:21 +02:00
Yoann Fleury
2725d07eb7
fix(providers): migrate GitLab provider to TS ( #4929 )
2022-07-17 04:47:15 +02:00
Balázs Orbán
5a8b029523
docs: clarify getToken + secret in example
...
ref #4954
2022-07-17 04:44:11 +02:00
Balázs Orbán
f62a985848
docs: clarify getToken and secret
...
Ref: #4954
2022-07-17 04:39:47 +02:00
Balázs Orbán
edd6fb5989
Merge branch 'main' of github.com:nextauthjs/next-auth
2022-07-17 04:29:49 +02:00