Skip to content

Commit 1a57679

Browse files
committed
feat: Support for Next.js 16
1 parent 577efd6 commit 1a57679

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center">JWT-based Discord authentication for Next.js that doesn't suck</p>
88

9-
- Works with Next.js 15
9+
- Works with Next.js 16
1010
- No database required
1111
- Returns **all** user data from Discord
1212
- Fully server-side

bun.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist"
99
],
1010
"license": "WTFPL",
11-
"version": "1.0.5",
11+
"version": "1.0.6",
1212
"type": "module",
1313
"keywords": [
1414
"auth",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"jsonwebtoken": "^9.0.2",
43-
"next": "^15.5.4"
43+
"next": "^16.0.0"
4444
},
4545
"exports": {
4646
".": {

0 commit comments

Comments
 (0)