next-auth
chore(release): bump version [skip ci]
#13319
Closed
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
279
Changes
View On
GitHub
chore(release): bump version [skip ci]
#13319
stevenfukase
wants to merge 279 commits into
nextauthjs:main
from
stevenfukase:fix/session-token-naming-for-chunked-tokens
chore(release): bump version
0cbeb405
fix(oauth1): pass `oauth_token_secret` (#6534)
4f5ddbcb
feat: remove `unstable_` prefix `getServerSession` (#6535)
0bcaeca3
feat: make `generateSessionToken` awaitable (#6536)
8df6d5b4
chore(release): bump version [skip ci]
e847b346
docs: Remove the `unstable` note. (#6537)
2311be75
fix(ts): correctly type `unstable_getServerSession` (#6560)
0ed07b31
feat: redesign all default pages
5b1555ed
chore(release): bump version [skip ci]
bfcf1a36
fix(ts): stop using typeof + generic together (#6595)
43d66fcb
chore(release): bump version
4e94d895
docs: redirect from custom sign in page if signed in (#6589)
139c2edb
docs: clarify `token` and `user` in `session` callback
0bc4fcb5
docs: update pages configuration example to typescript (#6596)
c53c8682
chore: redirect to more up-to-date docs
f2e85c21
fix(next-auth): remove `engines` requirement on `openid-client` (#6654)
3943f9b7
docs: fix path
2e039643
docs: stop encouraging adding providers to legacy
8659c023
docs: redirect to new refresh token article
05fe398b
docs: fix wording for deployment on Vercel preview (#6705)
cf810f24
docs: Update custom sign in getProvider example (#6706)
9e423f32
fix: Add missing logo to Default Signin Page (#6728)
5ecf20a8
docs: fix typo
d41f2a4a
docs(providers): fix broken sudo pipe in hostname example (#6769)
c212e96f
docs: add IDS6 documentation
c0046591
docs: fix typo on 'nextjs#getserversession' page (#6790)
d0e7689d
feat: priortize `NEXTAUTH_URL_INTERNAL` (#6814)
2fb34bab
docs: typo in faq.md (#6826)
0a689b4f
fix: throw error on missing state
2432ce90
chore(release): bump version [skip ci]
26c84659
fix: unify checks
e6590ffc
chore(release): bump version [skip ci]
50b117df
chore: correct ts import
ab0857a9
chore: remove duplicate articles
a92e348e
chore: format
e3626538
docs: redirect prisma
9a9c2489
docs: remove incorrect space in MikroORM (#6886)
73274686
chore: redirect to new reference page
e638ec5e
Update vercel.json
7ba986b0
doca: Prevent Stalled Request Warning (#6967)
3661ca68
Update vercel.json
98bd774b
docs: fix sidebar, remove duplicates
7dbfa5da
docs: fix links
65aacbe9
Merge branch 'v4' of github.com:nextauthjs/next-auth into v4
1e579cba
Update vercel.json
740c5059
Delete pouchdb.md
7789fa17
Update overview.md
f787809c
Update sidebars.js
bb8d826b
chore: redirect rest of the adapters
a7601d0b
fix(oauth): allow jwks_uri to be set for non-wellKnown (#7014)
8aa17896
docs: fix broken links
b3eaf632
docs: fix title
cb313713
chore: fix tests
e127600a
chore: release with declaration maps
feaeda9e
chore(docs): update broken links (#7069)
1e3745d2
fix(providers): add types for yandex provider (#7073)
86d031fa
docs: fix adapters links
40261834
docs: fix typo (#7094)
2954588b
feat: make it possible to update the session (#7056)
2d907f00
fix(ts): mark `id` in `updateUser` as always defined
319f2ce1
fix: revert #6814 (#7125)
d8901777
chore(release): bump version [skip ci]
c0bf2f15
fix(ts): revert `session` callback type changes (#7136)
ec8a3430
chore(release): bump version [skip ci]
d69f311d
feat: support Route Handlers (#6777)
c261af46
chore(release): bump version [skip ci]
0711d32a
fix: respect protocol too, when host is trusted (#7214)
6edb6dda
docs: mention Route Handler initialization in getting started (#7213)
7a8c0068
docs : fix typo (#7258)
8259cd4f
docs: Update typescript.md
cb916f48
docs(providers): update default vk provider version and options link …
91a9e5f6
docs(providers): mention non-standard properties (#7290)
6e9c8b5b
docs: mention caching in App Router (#7206)
5c89a21b
docs: Update email.md (#7391)
e7b8597f
chore: merge changes back to v4 (#7430)
bc683a5b
docs: Update client.md (#7458)
28bec0fb
docs: update react docs link (#7521)
14cecb9b
docs: Update initialization.md
a8e8b754
docs: Update sub-bullet about vercel deployment specifics (#7537)
212272a8
docs: rephrase
14f8f0cb
Update oauth.ts
9417822a
docs: Mention a possible cause of ResourceNotFound issue (#7758)
dcb576f0
docs: Update example.md (#7879)
0167e936
docs: fix `getServerSession` API Routes example (#7978)
b25a090c
fix(providers): fix `nodemailer`/required types (#7950)
f48eb047
fix(ts): add overloads to withAuth middleware (#7999)
169a5230
fix(ts): adapter interface (#8054)
bd37c552
fix: remove unused TS types
aea27a1f
chore(release): bump version [skip ci]
f06f3bbc
chore(release): bump version [skip ci]
733a81bd
docs(providers): updated docs with missing account attribute (#8084)
e44dccc4
docs: Update refresh-token-rotation.md - fix example client code file…
3897d47d
doc: Add a guide on sending magic links to existing users only (#7663)
d12bd5a7
fix(ts): SignInResponse.error type (#8109)
465644f9
docs: Update upgrade-to-v4.md (#8123)
998b7a0d
fix: remove RSC warning in `getServerSession` (#8108)
903bd6fa
docs: Update object key "email" to "username" (#8113)
27aa5ef0
docs(providers): mention HTTP-based Email guide (#8214)
9e0036bc
docs: Typo fixed (#8206)
12f0795a
docs: move `unstable_getServerSession`
e89e3143
docs: clarify `getServerSession`
ef7ec044
docs: fixing broken link in documentation (#8208)
6d98b8b3
fix(ts) : add missing function overload for Route Handler (#8236)
f39f9708
chore: add turbo env vars
448a11ff
fix: don't return `res.end()` in api handler (#8244)
08a6835a
chore(release): bump version [skip ci]
175d3749
docs: amplify note
36b97aaf
fix(ts): match `next-auth/adapter` & `@auth/core/adapters`
3b0128c3
chore(release): bump version [skip ci]
124be4fb
fix: sort cookie chunks correctly (#8284)
1fbc684f
fix(ts): correctly export submodule types
05ff6ae2
feat(providers): add Passage by 1Password
5a8aa2e5
chore(release): bump version [skip ci]
494d16e5
docs(providers): add warning for gitlab provider (#8292)
e26f500d
fix(ts): correctly expose `next-auth/adapters`
20c3fe33
fix: use `default` submodules export in `package.json` (#8330)
09c2a89d
chore(release): bump version [skip ci]
9f900bef
docs: update error page
dcb11da2
docs: typo (#8366)
e11f898c
docs: Update adapters.md (#8397)
64a190e5
fix: remove trailing `?` from signIn URL (#8466)
ebfdaece
chore: update email
16f781c0
docs: add extra tips for next app router (#8227)
fc4448a8
fix(ts): fix typo
d813c00b
fix: update security policy link
50eb23f6
docs: clarify `pages` in middleware
4cacf504
chore: don't sync example from v4 branch
76fcc4e7
docs: set decode fn not jwt obj (#8742)
b72d7be9
docs: mention `getServerSession` under `SessionProvider`
654d52bb
docs: mention `auth()` convention under `getServerSession`
c95531d6
docs: close admonition
4ce1951a
docs: typo
e4573fff
docs: fix typo (#8767)
5f15b070
fix(next): returns correct status for signing in with `redirect: fals…
27b2519b
chore(release): bump version [skip ci]
2510f748
docs: add sponsor
e3845270
docs: Update sidebars.js
1cee9256
feat: tweak default sign-in page (#8888)
a39d35b3
chore(release): bump version [skip ci]
39ecfbd2
fix: css build error
52a93d04
chore: only build next-auth in v4
ff4519bd
chore(release): bump version [skip ci]
ab3f78bb
fix: css build error
8141c7e2
chore(release): bump version [skip ci]
701edba1
fix: css build error
74469695
chore(release): bump version [skip ci]
2c43f83f
docs: fix Broken link (#8935)
93f9153d
fix: allow Next.js 14 as peer dependency
b922f7dc
chore(release): bump version [skip ci]
3415f1f0
docs: Fix link to database adapters doc (#8986)
62ec78cc
docs: Fixes broken link on v4 auth0 provider page (#8998)
4318a4c9
docs: remove capitalization on osu! (#8975)
f4ee5635
docs: Update discord.md (#8958)
9dd2bcea
docs: fix source links
09f5aabc
fix(dev): fix import links for `authOptions` (#8938)
18e8b922
docs: Fix Adapters Link (#9009)
fbd68a18
chore: update cookie options snippet (#9095)
0f0c444a
fix: differentiate between issued JWTs
d237059b
chore(release): bump version [skip ci]
5b647e1a
docs: https -> http (#9107)
d497ae55
docs: Update email.md
a8f9c067
docs: Update options example in client.md (#9161)
95962d59
docs: fix incorrect link (#9198)
8f0e5c9a
Fixes: broken Adapter links on multiple pages (#9262)
a7ab94e9
fix(providers): correct `nodemailer` imports (#9261)
fa287bec
docs: change osu! capitalization inside the document (#9272)
92bcf326
docs: update link
d60e81cb
docs: Update example.md (#9345)
82e0b7e6
docs: add GithubProvider import (#9361)
5a552075
docs: update config
cb8952ee
docs: typo in `initialization.md` (#9449)
9676afb2
docs: added callout re getServerSession nextjs.md (#8964)
c8edf2dd
docs: improve color contrast
cf94d5f9
docs: fix the link to Yandex provider options in yandex.md (#9677)
3681b7af
docs: update errors.md - add JWEDecryptionError (#7855)
851704e3
docs: update github.md app permissions (#7778)
9296222f
chore: update v4 branch with latest clerk sponsorship (#9828)
2072750c
chore(release): bump version [skip ci]
7d96ca4a
chore(deps): bump jose (#10240)
4882624a
chore(release): bump version [skip ci]
e67a1eb9
docs: update sponsor mentions
7fd3b22d
docs: Update contributors.md
02783a08
chore(docs): v4 docs sponsor badge style tweaks (#10258)
bf10b87b
chore: homepage sponsor section flex
99f6d1f8
chore(docs): remove dead tutorial links (#10329)
aa44904b
docs: typo in Naver Provider options url (#10483)
bd1d9138
chore(docs): update cognito settings (#10600)
b5851bc8
chore(v4-docs): fix adapters links (#10611)
6a3abe8a
chore(provider): update zitadel document link (#10603)
64544a39
chore(docs): cleanup v4 links to authjs.dev
0d5873f3
chore(docs): fix github counter css
ba286bea
chore(docs): update WorkOS docs (#10616)
d2e128e5
chore(v4-docs): update adapter links (#10669)
93e10876
chore(docs): Add details about linking accounts when user is already …
d5a3bd8f
chore(docs): Add details about using a custom Session Token cookieNam…
7f996123
chore(docs-v4): update prisma adapter install instructions (#10849)
eec79b18
docs: update Powered By Vercel logo URL (#10977)
5613aaa0
docs: Fix dead link in v4 docs #11263 (#11323)
f935ead5
fix(docs-v4): update clerk sponsorship assets and links (#11379)
8fd11333
chore(docs): typo in contributors page (#11465)
ea617ba9
trigger
6c15722f
fix(providers): Update Foursquare profile callback + API version (#11…
846c3d77
fix(ts): add compat types for `@auth/*-adapters` for v4 (#11562)
d419353b
docs: Matcher wildcard docs-Update securing-pages-and-api-routes.md (…
7712f359
chore(docs-v4): add /sponsors page (#11781)
01fc75d7
chore(docs-v4): use anchor tag instead of markdown link (#11783)
def285f3
chore(docs-v4): point to internal `/sponsors` page in footer link (#1…
1fac7d39
fix(providers): Update linkedin.ts to support new scopes (#11805)
81cbe2dd
chore(docs-v4): add route4me to sponsors page (#11841)
33a5deae
chore(v4): fix readme sponsors table (#11842)
780c8dc5
chore(v4): update `azure-ad.md` (#11855)
b8d86ccc
docs: Update security.md
49675a27
fix: tweak email flow, change homepage
31d827a9
fix(docs): link to getting email for auth'ed user in github endpoint …
d66ee429
fix(providers): optionally check `identifier`
e0a7d713
fix(providers): allow optional identifier param
246a4d19
chore: update lock file
beb5384c
chore(release): bump version [skip ci]
28af2887
docs: redirect contributors page
f2d6a8a2
chore(docs): fix typo in WorkOS documentation (#11959)
89a1cceb
chore(v4): add neon sponsor (#12008)
c15d9a5b
fix: cookie package upgraded (#12046)
696d1173
fix: add Next.js v15 a possible peer dependency (#12098)
15c046c8
fix: `await` dynamic APIs as per Next.js 15 changes
4d143c51
chore(release): bump version [skip ci]
ddab3cc0
fix: functions that return promises must be async (#12105)
1e6be724
fix: support `AUTH_SECRET` for compat with `npx auth secret`
490a033c
chore(release): bump version [skip ci]
c7ea50de
docs: Update options.md
5ad7fb49
docs: Update options.md
5a5859a7
chore(v4): add sent.dm sponsor (#12172)
0447db0b
chore: Update docusaurus.config.js
3dfe5d59
chore(deps): allow react v19 as peer deps (#12352)
c46fd4f6
chore(release): bump version [skip ci]
6bca388f
docs: Change incorrect layouts-and-pages URL (#12380)
bbb247f0
docs(v4): remove broken links in tutorials (#12474)
3287edcd
docs: Link to "Authentication" Next.js (#12464)
a26bb060
docs: Update FAQ with `allowDangerousEmailAccountLinking` (#12586)
918a6ac3
feat(core): add default cache control headers for GET endpoints (#12627)
11939f2f
chore(docs): update credentials.md app router route.js filename (#13025)
46e01af4
chore: remove sponsors
7f88fa0b
chore: remove clerk ads
02d3480f
docs: update banner
798c3d59
fix: security issue from `nodemailer` (#13304)
82efcf81
feat: add next 16 support (#13303)
d3aecfe1
ci: add `workflow_dispatch` for release.yml
4758a2f1
chore(release): bump version [skip ci]
1f48cf7c
chore: fix apps deps
aafbfb9e
chore: bump version
edafd214
chore(release): bump version [skip ci]
1a70ee8e
stevenfukase
requested a review
from
ndom91
47 days ago
stevenfukase
requested a review
from
ThangHuuVu
47 days ago
stevenfukase
requested a review
from
balazsorban44
47 days ago
github-actions
added
providers
github-actions
added
adapters
github-actions
added
core
github-actions
added
firebase
github-actions
added
prisma
github-actions
added
fauna
github-actions
added
mikro-orm
github-actions
added
dgraph
github-actions
added
neo4j
github-actions
added
pouchdb
github-actions
added
supabase
github-actions
added
frameworks
github-actions
added
svelte
github-actions
added
next-auth
stevenfukase
closed this
47 days ago
stevenfukase
deleted the fix/session-token-naming-for-chunked-tokens branch
47 days ago
stevenfukase
restored the head branch
47 days ago
Login to write a write a comment.
Login via GitHub
Reviewers
ndom91
ThangHuuVu
balazsorban44
Assignees
No one assigned
Labels
providers
adapters
core
prisma
firebase
fauna
mikro-orm
dgraph
neo4j
pouchdb
supabase
frameworks
svelte
next-auth
Milestone
No milestone
Login to write a write a comment.
Login via GitHub